{!! Form::open([ 'url' => action('Admin\ReportsController@exportXls', Input::all()), 'method' => 'POST' ]) !!} {!! Form::hidden('export', 'xls') !!} {!! Form::hidden('kind', $kind) !!} {!! Form::hidden('kind_name', $kind_name) !!}
{!! Form::close() !!}