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