@if ($errors->any()) @endif
Importar recorrĂȘncia
{!! Form::open(['route' => 'recorrenciasCadastrargo', 'class' => 'horizontal-form', 'files' => true]) !!}

Cadastro

@include ('recorrencias.form_import')
{!! Form::close() !!}