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

    {{ $notification->data['message'] ?? 'A Studio task is still unassigned.' }}

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