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