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