@if ($errors->any()) @endif
Cadastro de Folha Pagamento
{!! Form::open(['route' => 'folha_pagamentoCadastrargo', 'class' => 'horizontal-form', 'files' => 'true','enctype' => 'multipart/form-data']) !!}

Cadastro

@include ('painel.folha_pagamento.form', ['submitButtonText' => 'Create'])
{!! Form::close() !!}