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