• {!! getIcon('alert-triangle', 'fs-2 text-warning') !!}
    {{ $notification->data['title'] ?? 'Default Notification Title' }}

    {{ $notification->data['message'] ?? 'Default Notification Message' }}

    {{ $notification->created_at->diffForHumans() }}