@php $modal = $open ?? ''; $href = match ($modal) { 'mHero', 'mLogo' => route('admin.homepage.pilates').'#pilates-brand', 'mClasses' => route('admin.homepage.pilates').'#pilates-classes', 'mTeam' => route('admin.homepage.pilates').'#pilates-team', 'mPricing' => route('admin.homepage.pilates').'#pilates-pricing', 'mReviews' => route('admin.homepage.pilates').'#pilates-testimonials', 'mPopup' => route('admin.homepage.pilates').'#pilates-promo', default => route('admin.homepage.pilates'), }; @endphp