@extends('backend.layouts.master') @section('title', "Edit Profile | ".$user->name) @section('css') @endsection @section('content')
{{ucwords($user->name)}}

{{ucwords($user->user_type)}}

Complete Your Profile
{{--
--}} {{-- Edit--}} {{--
--}}
{{profile_percentage($user->id)}}%
{!! Form::open(['id'=>'socials-form','method'=>'POST','class'=>'needs-validation','novalidate'=>'']) !!}
Socials
{!! Form::close() !!}
{!! Form::open(['route' => ['user.update', $user->id],'method'=>'PUT','class'=>'needs-validation','enctype'=>'multipart/form-data','novalidate'=>'']) !!}
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::close() !!}
{!! Form::open(['id'=>'profile-password-form','class'=>'needs-validation','novalidate'=>'']) !!}
please enter the old password
Please enter the new password
Please enter the confirm password
{!! Form::close() !!}
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
@endsection @section('js') @endsection