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