@extends('layouts.app') @section('title', block('terms.hero.title_meta', $isRtl ? 'الشروط والأحكام' : 'Terms & Conditions')) @section('content')
@if($page && $page->content) {!! $page->content !!} @else

{{ block('terms.body.last_updated', $isRtl ? 'آخر تحديث: 1 أبريل 2026' : 'Last Updated: April 1, 2026') }}

{{ block('terms.body.s1_title', $isRtl ? '1. قبول الشروط' : '1. Acceptance of Terms') }}

{{ block('terms.body.s1_text', $isRtl ? 'باستخدامك منصة هوت سبوت فإنك توافق على الالتزام بهذه الشروط والأحكام. هوت سبوت مرخصة من البنك المركزي السعودي (ساما).' : 'By accessing or using the Hotspot platform, you agree to be bound by these Terms & Conditions. Hotspot is licensed by the Saudi Central Bank (SAMA).') }}

{{ block('terms.body.s2_title', $isRtl ? '2. الأهلية' : '2. Eligibility') }}

  • {{ block('terms.body.s2_li1', $isRtl ? 'أن تكون 18 عامًا فأكثر.' : 'Be at least 18 years of age.') }}
  • {{ block('terms.body.s2_li2', $isRtl ? 'أن تكون مقيمًا في المملكة العربية السعودية بهوية وطنية أو إقامة صالحة.' : 'Be a resident of the Kingdom of Saudi Arabia with a valid national ID or Iqama.') }}
  • {{ block('terms.body.s2_li3', $isRtl ? 'أن يكون لديك مصدر دخل قابل للتحقق.' : 'Have a verifiable source of income.') }}

{{ block('terms.body.s3_title', $isRtl ? '3. خدمات المنصة' : '3. Platform Services') }}

{{ block('terms.body.s3_text', $isRtl ? 'هوت سبوت سوق رقمي يربط المستخدمين بعروض التمويل من البنوك والمؤسسات المالية المرخصة في السعودية.' : 'Hotspot is a digital marketplace that connects users with financing offers from licensed banks and financial institutions in Saudi Arabia.') }}

{{ block('terms.body.s4_title', $isRtl ? '4. تواصل معنا' : '4. Contact Us') }}

@endif
@endsection