{!! Form::open(['route' => 'voyager.exports.download', 'method' => 'POST']) !!}
@if (count($errors) > 0)
@endif
{!! Form::close() !!}
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
{!!
Form::select('exportable',[
'DeportistaExport' => 'Deportista'
], null, ['class' => 'form-control', 'style' => 'margin-top: 5px']);
!!}
{!! Form::submit('Ver Reporte', ['class' => 'btn btn-primary btn-block btn-md pull-right']) !!}