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