Staff Details

Edit Staff
@csrf @method('DELETE')
{{ strtoupper(substr($staff->user->name ?? 'S', 0, 1)) }}

{{ $staff->user->name ?? 'N/A' }}

{{ $staff->user->email ?? 'N/A' }}

{{ strtoupper($staff->role ?? 'STAFF') }} POSITION

Employment Overview

{{ $staff->role ?? 'Staff' }}

{{ $staff->created_at ? $staff->created_at->format('d M Y, H:i') : 'N/A' }}

Management Info

{{ $staff->user_management->user->name ?? 'System Admin' }}

{{ $staff->user_mgnt_id }}

Work Assignment

{{ $staff->branch ?? 'GENERAL' }}

Active Account

Internal Staff Notes

No additional administrative notes or performance logs available for this staff member.