@extends('layouts.app') @section('title', $service->title) @php $illustrations = [ 'personal' => 'assets/img/services/PERSONAL_FINANCING.svg', 'auto' => 'assets/img/services/AUTO_FINANCING.svg', 'mortgage' => 'assets/img/services/MORTGAGE_FINANCING.svg', 'credit-card' => 'assets/img/services/PERSONAL_FINANCING.svg', 'sme' => 'assets/img/services/SME.svg', ]; $illustration = $illustrations[$service->slug] ?? 'assets/img/services/PERSONAL_FINANCING.svg'; $defaultBodies = [ 'personal' => [ 'ar' => '

التمويل الشخصي من هوت سبوت هو الحل الأسرع والأسهل لتغطية احتياجاتك الحياتية، سواء كانت تكاليف زواج، سفر، تعليم، علاج، أو أي مصروف طارئ. بنوفرلك عروض من أكبر البنوك والجهات التمويلية المرخصة في المملكة، عشان تقدر تقارن بينها وتختار العرض الأنسب لدخلك ومدة السداد اللي تريحك.

كل اللي عليك إنك تدخل بياناتك مرة واحدة، وإحنا نعرض لك العروض اللي أنت مؤهل لها مسبقًا، بدون ما تحتاج تزور أي فرع أو تعبي أوراق. الموافقة بتكون فورية والمبلغ بيتحول لحسابك في أسرع وقت.

', 'en' => '

Hotspot Personal Financing is the fastest and easiest way to cover your life needs — whether it\'s a wedding, travel, education, medical expenses, or any emergency cost. We bring you offers from the largest SAMA-licensed banks and financing entities so you can compare and pick what fits your income and preferred repayment term.

Enter your details once, and we show you the offers you\'re pre-qualified for — with no branch visits or paperwork. Approval is instant and the funds are transferred to your account in the shortest time.

', ], 'auto' => [ 'ar' => '

تمويل السيارات من هوت سبوت بيخليك تقدر تشتري سيارتك الجديدة أو المستعملة بسهولة، سواء كان التمويل إسلامي (مرابحة أو إجارة) أو تقليدي. بنقارن لك بين عروض أكبر البنوك والجهات التمويلية المرخصة في المملكة، وتختار العرض الأنسب لميزانيتك ومدة السداد.

العملية كلها إلكترونية: قدّم طلبك، استلم العروض المؤهل لها، ووقّع عقدك بدون الحاجة لزيارة أي فرع.

', 'en' => '

Hotspot Auto Financing makes buying your new or used car effortless — whether you prefer Islamic financing (Murabaha or Ijara) or conventional. We compare offers from the largest SAMA-licensed banks and pick what suits your budget and repayment timeline.

The whole process is digital: submit your request, receive pre-qualified offers, and sign your contract without visiting any branch.

', ], 'mortgage' => [ 'ar' => '

امتلك بيت العمر مع تمويل الرهن العقاري من هوت سبوت. سواء كنت بتشتري شقة، فيلا، أو أرض مع بناء، بنوفرلك عروض عقارية من أكبر البنوك والممولين المرخصين في المملكة، مع دعم صندوق التنمية العقارية لو كنت مؤهل.

خبراؤنا يساعدوك تختار أنسب عرض بناءً على دخلك، وفترة السداد، ونسبة الربح، وتقدر تخلص إجراءاتك إلكترونيًا بدون عناء.

', 'en' => '

Own your dream home with Hotspot Mortgage Financing. Whether you\'re buying an apartment, villa, or land-and-construction, we bring you offers from the largest SAMA-licensed banks, with Real Estate Development Fund support if eligible.

Our experts help you pick the right offer based on your income, repayment term, and profit rate — with the whole process done digitally.

', ], 'credit-card' => [ 'ar' => '

احصل على بطاقة ائتمان تناسب نمط حياتك من خلال هوت سبوت. بنقارن لك بين أفضل بطاقات البنوك في المملكة من حيث المزايا، نقاط المكافآت، واسترداد النقود (Cashback)، وكذلك الرسوم السنوية.

كل البطاقات مرخصة من البنك المركزي السعودي (ساما) وبتقدملك حماية كاملة ضد الاحتيال مع تطبيقات بنكية متقدمة.

', 'en' => '

Get a credit card that matches your lifestyle through Hotspot. We compare the top bank cards in the Kingdom in terms of benefits, reward points, cashback, and annual fees.

All cards are SAMA-regulated and offer full fraud protection with advanced banking apps.

', ], 'sme' => [ 'ar' => '

تمويل الشركات الصغيرة والمتوسطة من هوت سبوت بيساعدك توسع نشاطك، تشتري معدات، أو تدير السيولة. بنقارن لك بين عروض أكبر البنوك والجهات التمويلية، مع دعم كامل لبرامج كفالة وبنك التنمية الاجتماعية.

سواء كنت صاحب مؤسسة فردية أو شركة، هنساعدك تحصل على التمويل المناسب بأقل إجراءات وبأسرع وقت.

', 'en' => '

Hotspot SME Financing helps you grow your business, buy equipment, or manage liquidity. We compare offers from the largest banks and financing entities, with full support for Kafalah and Social Development Bank programs.

Whether you\'re an individual establishment or a corporation, we help you secure the right financing with minimum paperwork in the shortest time.

', ], ]; $locale = $isRtl ? 'ar' : 'en'; $serviceBody = $service->long_description ?: ($defaultBodies[$service->slug][$locale] ?? '

'.e($service->description).'

'); @endphp @section('content')

{{ $service->title }}

{{ $service->description }}

{{ $service->title }}
@endsection