• Export
{!!Form::vertical_open() ->id('export-export-create') ->method('POST') ->files('true') ->action(guard_url('export/export'))!!}
{{ trans('app.new') }} [{!! trans('export::export.name') !!}]
@include('export::admin.export.partial.entry', ['mode' => 'create'])
{!! Form::close() !!}