@extends('Admin/Layouts/app') @section('content')

Account Settings

Profile Setting

Profile configuration settings

@csrf

Profile Settings

Avatar
@if($data->user_photo!="") @else @endif
Remove

Basic information

Password Setting

Add an Password settings to profile

Change your password

@csrf
@if ($errors->has('current_password')) {{ $errors->first('current_password') }} @endif
@if ($errors->has('new_password')) {{ $errors->first('new_password') }} @endif
@if ($errors->has('confirm_password')) {{ $errors->first('confirm_password') }} @endif
Password requirements:

Ensure that these requirements are met:

  • Minimum 8 characters long the more, the better
  • At least one lowercase character
  • At least one uppercase character
  • At least one number, symbol, or whitespace character
@endsection