Select Patient
Please select whether this appointment is for yourself or a registered dependent.
1
Select Patient2
Appointment Type3
Choose Date4
Select Time
Only registered dependents linked to your staff profile will be displayed.
@php $name = $profile['full_name'] ?? 'Staff'; $staffId = $profile['upsi_id'] ?? ''; $rolePath = 'staff'; $total = (float)($allocation['total_amount'] ?? 0); $used = (float)($allocation['used_amount'] ?? 0); $balance = (float)($allocation['balance_amount'] ?? ($total - $used)); $isFullyUsed = $total > 0 && $balance <= 0; @endphp
Please select whether this appointment is for yourself or a registered dependent.