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