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