@php $notificationUser = \App\Models\User::find($notification->data['user_id']); $shift = \App\Models\EmployeeShift::find($notification->data['shift_id']); @endphp @if ($notificationUser && $shift) @endif