# {{ strtoupper($level) }}: Statute of Limitations Alert
Hello {{ $matter->attorney?->name ?? 'Attorney' }},
@if($level === 'critical')
⚠️ **CRITICAL ALERT** — The statute of limitations for the matter below expires in **{{ $daysLeft }} day(s)**.
@else
The statute of limitations for the matter below expires in **{{ $daysLeft }} day(s)**. Please review and take necessary action.
@endif
**Matter:** {{ $matter->reference_number }}
**Client:** {{ $matter->client?->name }}
**Practice Area:** {{ $matter->practice_area }}
**Statute Expiry Date:** {{ \Carbon\Carbon::parse($matter->statute_of_limitations_date)->format('D, d M Y') }}
**Days Remaining:** {{ $daysLeft }}
Please take immediate action to protect the client's interests.
Thanks,
{{ config('app.name') }}