Dental Allocation Overview
Track your annual dental allocation usage and treatment deductions.
{{ $percent }}%
UsedTotal AllocationRM{{ number_format($total,2) }}
Used AmountRM{{ number_format($used,2) }}
RemainingRM{{ number_format($balance,2) }}
Current Balance
RM{{ number_format($balance,2) }}
Allocation Deduction History
{{ count($transactions ?? []) }} records| Date | Treatment | Notes | Amount Deducted |
|---|---|---|---|
| {{ !empty($t['treatment_date']) ? date('d M Y', strtotime($t['treatment_date'])) : '-' }} | {{ $t['treatment_type'] ?? 'Dental Treatment' }} | {{ $t['notes'] ?? '-' }} | - RM{{ number_format((float)($t['amount'] ?? 0),2) }} |
No allocation deductions recorded yet.
@endif