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