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