• {!! trans('f_d::f_d.tab.name') !!}
{!!Form::vertical_open() ->id('f_d-f_d-edit') ->method('PUT') ->enctype('multipart/form-data') ->action(guard_url('f_d/f_d/'. $f_d->getRouteKey()))!!}
{{ trans('app.edit') }} {!! trans('f_d::f_d.name') !!} [{!!$f_d->name!!}]
@include('f_d::admin.f_d.partial.entry', ['mode' => 'edit'])
{!!Form::close()!!}