• {!! getIcon('alarm', 'fs-2 text-warning') !!}
    {{ $notification->data['title'] ?? 'Studio Job Reminder' }}

    {{ $notification->data['message'] ?? 'A studio job has been pending for too long.' }}

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