{!!Form::vertical_open()
->id('form-create')
->method('POST')
->files('true')
->action(guard_url('profile/profile'))!!}
@php
$data = form_merge_form($form['fields'], compact('data', 'meta'), true);
$form = $data['form'];
$mode = 'create';
@endphp
@include('profile::profile.partials.form')
{!! Form::close() !!}
@include('profile::profile.partials.aside')