where('status', 'active') ->whereNotNull('published_at') ->orderBy('sort') ->orderByDesc('id') ->get(); return view('platform.plans', [ 'plans' => $plans, ]); } }