@extends('layouts.app') @section('content')

My Profile

Manage your personal information and credentials

@if(session('success')) @endif @if(session('error')) @endif @if(session('info')) @endif @if($errors->any()) @endif
Profile Photo
@if($user['profile_photo']) Profile Photo @else
{{ strtoupper(substr($user['name'], 0, 2)) }}
@endif
@csrf
Max size: 2MB. Formats: JPEG, PNG, JPG, GIF
Personal Details
This field cannot be edited
This field cannot be edited
This field cannot be edited
This field cannot be edited
@if($user['user_type'] === 'doctor')
This field cannot be edited
This field cannot be edited
This field cannot be edited
@endif

Change Password
@csrf
Minimum 8 characters
@if($user['user_type'] === 'doctor')
Medical License
@if($user['license_file']) @endif
@csrf
Max size: 5MB. Formats: PDF, JPEG, PNG
Digital Signature
@if($user['signature_file'])
Digital Signature
@endif
@csrf
Max size: 2MB. Formats: PNG, JPEG, JPG (transparent PNG recommended)
@endif
@endsection