@php $notificationUser = App\Models\User::where('id', $notification->data['user_id']) ->orderByDesc('id') ->first(); @endphp