{!!Form::vertical_open() ->id('form-create') ->method('POST') ->files('true') ->action(guard_url('profile/profile'))!!}

{{__('New')}} Profile

{{__('Cancel')}}
@include('notifications') @include('profile::profile.entry', ['mode' => 'create']) {!! Form::close() !!}