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