@extends('layouts.store', ['title' => 'RaseedNow | شحن ألعاب وبطاقات رقمية']) @section('content') @php $isEnglish = app()->getLocale() === 'en'; $productImages = collect(range(108, 143))->map(fn ($number) => 'product-'.$number.'.webp')->values(); $featuredGames = $services->take(10)->values(); $fallbackServices = $featuredGames->isNotEmpty() ? $featuredGames : collect(); $offerService = $services->first(); $heroImage = asset('assets/images/home/hero-games.png'); $heroMobileImage = asset('assets/images/home/hero-mobile-reference.png'); $offersImage = asset('assets/images/home/offers-banner.png'); $appImage = asset('assets/images/home/mobile-app-banner.png'); $features = $isEnglish ? [ ['title' => 'Instant top-up', 'text' => 'Your order is delivered in seconds.', 'icon' => 'bolt'], ['title' => 'Fair prices', 'text' => 'Competitive prices every day.', 'icon' => 'tag'], ['title' => 'High security', 'text' => 'Protected payments and clear orders.', 'icon' => 'shield'], ['title' => '24/7 support', 'text' => 'We are here whenever you need us.', 'icon' => 'headset'], ] : [ ['title' => 'شحن فوري', 'text' => 'طلبك يوصل في ثواني.', 'icon' => 'bolt'], ['title' => 'أسعار منافسة', 'text' => 'أفضل الأسعار كل يوم.', 'icon' => 'tag'], ['title' => 'أمان عالي', 'text' => 'مدفوعات محمية وطلبات واضحة.', 'icon' => 'shield'], ['title' => 'دعم فوري', 'text' => 'معاك وقت ما تحتاج.', 'icon' => 'headset'], ]; $steps = $isEnglish ? [ ['title' => 'Choose the game', 'text' => 'Pick the game you want to top up.', 'icon' => 'gamepad'], ['title' => 'Enter details', 'text' => 'Add the player ID and package.', 'icon' => 'form'], ['title' => 'Select payment', 'text' => 'Complete the payment safely.', 'icon' => 'card'], ] : [ ['title' => 'اختر اللعبة', 'text' => 'اختار اللعبة اللي تريد شحنها.', 'icon' => 'gamepad'], ['title' => 'أدخل البيانات', 'text' => 'أدخل معرف اللاعب والباقة.', 'icon' => 'form'], ['title' => 'اختر طريقة الدفع', 'text' => 'أكمل عملية الدفع بأمان.', 'icon' => 'card'], ]; $testimonials = $isEnglish ? [ ['name' => 'Ahmed Ali', 'text' => 'Smooth experience, fast top-up and clear order tracking.'], ['name' => 'Sara Khaled', 'text' => 'Reliable prices and support that actually answers quickly.'], ['name' => 'Mohamed Ahmed', 'text' => 'The order arrived instantly. Everything felt professional.'], ] : [ ['name' => 'أحمد علي', 'text' => 'تعاملت معهم أكثر من مرة وكل مرة الخدمة أفضل من السابقة.'], ['name' => 'سارة خالد', 'text' => 'أسعار ممتازة وخدمة موثوقة، أنصح الجميع بالتعامل معهم.'], ['name' => 'محمد أحمد', 'text' => 'أسرع موقع شحن جربته، الشحن وصل في ثواني والدعم رائع.'], ]; $iconPath = [ 'bolt' => 'M13 2 4 14h7l-1 8 10-13h-7l1-7Z', 'tag' => 'M4 5v6.5L12.5 20 20 12.5 11.5 4H5a1 1 0 0 0-1 1Zm4 3h.01', 'shield' => 'M12 3 20 6v6c0 5-3.4 8-8 9-4.6-1-8-4-8-9V6l8-3Z', 'headset' => 'M4 13v-1a8 8 0 0 1 16 0v1M6 17h2v-6H6a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2Zm10 0h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-2v6Zm0 0v1a2 2 0 0 1-2 2h-2', 'gamepad' => 'M7 9h10l3 7a3 3 0 0 1-5 3l-1.4-1.4h-3.2L9 19a3 3 0 0 1-5-3l3-7Z', 'form' => 'M7 3h10v4H7V3Zm-2 4h14v14H5V7Zm4 5h6m-6 4h4', 'card' => 'M3 6h18v12H3V6Zm0 4h18M7 15h4', ]; @endphp
{{ $isEnglish ? 'Fast gaming store' : 'متجر شحن ألعاب سريع' }}

{{ $isEnglish ? 'Top up your favorite games' : 'اشحن ألعابك المفضلة' }} {{ $isEnglish ? 'fast and safely' : 'بسرعة وأمان' }}

{{ $isEnglish ? 'Best prices, fastest top-up, and support around the clock. Everything you need in one place.' : 'أفضل الأسعار، أسرع شحن، دعم على مدار الساعة. كل ما تحتاجه في مكان واحد.' }}

{{ $isEnglish ? 'Game top-up characters' : 'شخصيات ألعاب وشحن جواهر' }}
{{ $isEnglish ? '100% secure payment' : 'دفع آمن 100%' }} {{ $isEnglish ? 'Fair prices' : 'أسعار تنافسية' }} {{ $isEnglish ? '24/7 support' : 'دعم فوري 24/7' }}
@if($query)

{{ $isEnglish ? 'Search results' : 'نتائج البحث' }}

{{ $isEnglish ? 'View all' : 'عرض الكل' }}
@endif
@foreach($features as $feature)

{{ $feature['title'] }}

{{ $feature['text'] }}

@endforeach

3 {{ $isEnglish ? 'simple top-up steps' : 'خطوات بسيطة للشحن' }}

@foreach($steps as $step)
{{ str_pad($loop->iteration, 2, '0', STR_PAD_LEFT) }}

{{ $step['title'] }}

{{ $step['text'] }}

@endforeach
{{ $isEnglish ? 'Start top-up now' : 'ابدأ الشحن الآن' }}

{{ $isEnglish ? 'Exclusive offers and discounts' : 'عروض وخصومات حصرية' }}

{{ $isEnglish ? 'Discounts up to 20% on selected packages.' : 'خصومات تصل حتى 20% على باقات مختارة.' }}

{{ $isEnglish ? 'View all offers' : 'عرض جميع العروض' }} {{ $isEnglish ? 'Exclusive jewel offers' : 'عروض جواهر حصرية' }}

{{ $isEnglish ? 'What our customers say' : 'ماذا يقول عملاؤنا' }}

@foreach($testimonials as $testimonial)
★★★★★

{{ $testimonial['text'] }}

{{ mb_substr($testimonial['name'], 0, 1) }} {{ $testimonial['name'] }}
@endforeach

{{ $isEnglish ? 'Download our app now' : 'حمّل تطبيقنا الآن' }}

{{ $isEnglish ? 'For the best top-up experience.' : 'للحصول على أفضل تجربة شحن.' }}

{{ $isEnglish ? 'RaseedNow mobile app' : 'تطبيق RaseedNow على الهاتف' }}
@endsection