@php $title = $package['title'] ?? 'تفاصيل الباقة'; $desc = $package['description'] ?? ''; $price = $package['price'] ?? 0; $priceNonSaudi = $package['price_non_saudi'] ?? ($price * 1.15); $originalPrice = $package['original_price'] ?? null; $discountPercent = $package['discount_percent'] ?? null; $imageUrl = $package['image_url'] ?? 'https://images.unsplash.com/photo-1579684385127-1ef15d508118?ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=80'; $groups = $package['groups'] ?? []; $fasting = $package['fasting'] ?? false; @endphp {{-- Modal Overlay --}}
@if (session()->has('booking_success'))