@if ($errors->any()) @endif
Lançamento da folha de pagamento
{!! Form::open(['route' => 'folha_pagamentoCadastrargo', 'class' => 'horizontal-form', 'onsubmit'=>'return SubmiterForm();', 'files' => true]) !!}

Dados do Lançamento

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