orderBy('is_read', 'asc') ->orderBy('created_at', 'desc'); return inertia('Notification/Index', [ 'query' => $query->paginate(), ]); } }