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