*/ public function __invoke(): Collection { return Service::query() ->published() ->orderBy('sort_order') ->get(); } }