published() ->where('is_featured', true) ->orderBy('sort_order') ->get(), featuredCases: PortfolioCase::query() ->published() ->where('is_featured', true) ->with(['images']) ->orderBy('sort_order') ->get(), testimonials: Testimonial::query() ->published() ->orderBy('sort_order') ->get(), packages: WeddingPackage::query() ->published() ->orderBy('sort_order') ->get(), ); } }