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

Dados

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