with('location')->withCount('servers') ) ->allowedFilters(['uuid', 'name']) ->allowedSorts(['id']) ->paginate(25); return view('admin.nodes.index', ['nodes' => $nodes]); } }