@if ($errors->any()) @endif
Cadastro de Regimento Interno
{!! Form::open(['route' => 'regimento_internoCadastrargo', 'class' => 'horizontal-form', 'files' => true]) !!}

Cadastro

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