public function index(Service $service) { return view('services.list', ['objects' => $service->notOnTop()->toArray()]); }