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

Cadastro

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