{{ucwords($user->name)}}
{{ucwords($user->user_type)}}
Complete Your Profile
--}}
{{-- Edit --}}
{{--
--}}
{!! Form::open(['id'=>'socials-form','method'=>'POST','class'=>'needs-validation','novalidate'=>'']) !!}
{!! Form::close() !!}
Socials
{!! Form::open(['route' => ['user.update', $user->id],'method'=>'PUT','class'=>'needs-validation','enctype'=>'multipart/form-data','novalidate'=>'']) !!}
{!! Form::close() !!}
Please enter a name.
Please enter a email.
@if(@$user->user_type == "admin")
@else
@endif
Please select the user type.
Please select the gender.
{!! Form::open(['id'=>'profile-password-form','class'=>'needs-validation','novalidate'=>'']) !!}
{!! Form::close() !!}
please enter the old password
Please enter the new password
Please enter the confirm password
Delete This Account:
Please be aware that once you remove your account, its data and activities cannot be retrieved. Proceed with caution.
Follow the instructions to delete your account :
Enter your current password to verify its you and click on "close & delete this account".
please enter the old password