@extends('layouts.app') @section('title', block('privacy.hero.title_meta', $isRtl ? 'سياسة الخصوصية' : 'Privacy Policy')) @section('content')
@if($page && $page->content) {!! $page->content !!} @else

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

{{ block('privacy.body.s1_title', $isRtl ? '1. المقدمة' : '1. Introduction') }}

{{ block('privacy.body.s1_text', $isRtl ? 'شركة هوت سبوت للتسويق الرقمي ("هوت سبوت"، "نحن") ملتزمة بحماية خصوصيتك. توضح هذه السياسة كيفية جمع واستخدام وحماية بياناتك عند استخدام منصتنا وتطبيقنا وخدماتنا. هوت سبوت مرخصة من البنك المركزي السعودي (ساما) وتلتزم بجميع أنظمة حماية البيانات في المملكة.' : 'Hotspot Digital Marketplace LLC ("Hotspot", "we", "us", or "our") is committed to protecting your privacy. This Privacy Policy explains how we collect, use, disclose, and safeguard your information when you use our platform, mobile application, and related services. Hotspot is licensed by the Saudi Central Bank (SAMA) and complies with all applicable data protection regulations in the Kingdom of Saudi Arabia.') }}

{{ block('privacy.body.s2_title', $isRtl ? '2. المعلومات التي نجمعها' : '2. Information We Collect') }}

{{ block('privacy.body.s2_intro', $isRtl ? 'قد نقوم بجمع أنواع المعلومات التالية:' : 'We may collect the following types of information:') }}

  • {{ block('privacy.body.s2_li1', $isRtl ? 'المعلومات الشخصية: الاسم، رقم الهوية، تاريخ الميلاد، البريد، رقم الجوال، العنوان.' : 'Personal Information: Full name, national ID, date of birth, email, phone, and address.') }}
  • {{ block('privacy.body.s2_li2', $isRtl ? 'المعلومات المالية: تفاصيل العمل، الراتب الشهري، السجل الائتماني.' : 'Financial Information: Employment details, monthly salary, and credit history.') }}
  • {{ block('privacy.body.s2_li3', $isRtl ? 'بيانات الجهاز والاستخدام: عنوان IP، المتصفح، نظام التشغيل.' : 'Device & Usage Data: IP address, browser type, operating system.') }}

{{ block('privacy.body.s3_title', $isRtl ? '3. كيفية استخدام المعلومات' : '3. How We Use Your Information') }}

{{ block('privacy.body.s3_text', $isRtl ? 'نستخدم المعلومات للتحقق من هويتك، مطابقتك مع عروض التمويل المناسبة، التواصل معك، والامتثال للأنظمة واللوائح.' : 'We use the information to verify your identity, match you with financing offers, communicate with you, and comply with regulations.') }}

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

@endif
@endsection