Dear {{ $member->full_name }},
Your {{ ucfirst(str_replace('_', ' ', $usage->benefit_category)) }} benefit is approaching its limit.
| Benefit Category | {{ ucfirst(str_replace('_', ' ', $usage->benefit_category)) }} |
| Total Limit | {{ $usage->currency }} {{ number_format($usage->limit_cents / 100, 2) }} |
| Used | {{ $usage->currency }} {{ number_format($usage->used_cents / 100, 2) }} |
| Remaining | {{ $usage->currency }} {{ number_format(($usage->limit_cents - $usage->used_cents) / 100, 2) }} |
Please plan your healthcare usage accordingly. Contact us if you have questions about your benefits.