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