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