{!!Form::vertical_open() ->id('form-create') ->method('POST') ->files('true') ->action(guard_url('feature/feature'))!!}

{{__('New')}} Feature

{{__('Cancel')}}
@include('notifications') @include('feature::feature.entry', ['mode' => 'create']) {!! Form::close() !!}