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