@if ($errors->any()) @endif
Cadastro de voucher
{!! Form::open(['route' => 'voucherCadastrargo', 'onsubmit'=>'return getModalAguarde();', 'class' => 'horizontal-form', 'files' => true]) !!}

Cadastro

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