• @switch($notification->type) @case('agreement_expiring') @break @case('rent_due') @break @case('rent_overdue') @break @case('deposit_low') @break @case('student_pending') @break @default @endswitch
    {{ $notification->title }}
    @if(!$notification->is_read) @endif

    {{ $notification->message }}

    @if(isset($notification->meta['room_bed'])) {{ $notification->meta['room_bed'] }} @endif @if(isset($notification->meta['days_remaining'])) {{ $notification->meta['days_remaining'] }} days left @endif @if(isset($notification->meta['days_overdue'])) {{ $notification->meta['days_overdue'] }} days overdue @endif @if(isset($notification->meta['amount'])) ₹{{ number_format($notification->meta['amount'], 2) }} @endif {{ $notification->time_ago }}