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