@extends('layouts.admin-simple') @section('title', 'Profile Settings') @section('page-title', 'Profile Settings') @section('breadcrumb') @endsection @section('content')

Profile Settings

Manage your account information and preferences

@csrf
Contact administrator to change department
Employee ID cannot be changed
@csrf
Password must be at least 8 characters long and contain uppercase, lowercase, numbers, and symbols
@if($user->avatar) Avatar @else
{{ substr($user->name ?? 'A', 0, 1) }}
@endif

Upload a new avatar (Max: 2MB)
Accepted formats: JPG, PNG, GIF

@csrf
@if($user->avatar) @endif
@endsection @push('scripts') @endpush