*/ public function __invoke(): Collection { return PortfolioCase::query() ->published() ->with(['images']) ->orderBy('sort_order') ->get(); } }