@if ($errors->any()) @endif
Cadastro de horĂ¡rio
{!! Form::open(['route' => 'horariosCadastrargo', 'class' => 'horizontal-form', 'files' => true]) !!}

Cadastro

@include ('horarios.form')
{!! Form::close() !!}