• {!! getIcon('briefcase', 'fs-2 text-info') !!}
    {{ $notification->data['title'] ?? 'New Studio Job Request' }}

    {{ $notification->data['message'] ?? 'You were assigned to a new task.' }}

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