@extends('layouts.client') @include('client.financing-request._home_theme') @section('title', ln('Financing Facilitation Service', 'خدمة تسهيلات تمويلية')) @section('page_title', ln('Financing Facilitation Service', 'خدمة تسهيلات تمويلية')) @push('styles') @endpush @section('content')
{{ ln('Back to Request', 'العودة للطلب') }} {{-- HERO --}}

{{ ln('Financing Facilitation Service', 'خدمة تسهيلات تمويلية') }}

{{ ln( 'Hotspot offers specialized financing facilitation services to help you obtain the best financing solutions from approved banks and financial institutions.', 'تقدم هوت سبوت خدمة تسهيلات تمويلية متخصصة لمساعدتك في الحصول على أفضل حلول التمويل من البنوك والمؤسسات المالية المعتمدة.' ) }}

{{-- SERVICE DESCRIPTION --}}

{{ ln('About the Service', 'عن الخدمة') }}

{{ ln( 'The Financing Facilitation Service by Hotspot provides you with comprehensive support throughout your financing journey, including:', 'تقدم خدمة التسهيلات التمويلية من هوت سبوت دعماً شاملاً طوال رحلة التمويل الخاصة بك، وتشمل:' ) }}

  • {{ ln('Professional consultation to determine the best financing option for your needs', 'استشارة مهنية لتحديد أفضل خيار تمويلي يناسب احتياجاتك') }}
  • {{ ln('Assistance in preparing and completing all required documents', 'المساعدة في إعداد واستكمال جميع المستندات المطلوبة') }}
  • {{ ln('Following up on the application until final approval', 'متابعة الطلب حتى الموافقة النهائية') }}
  • {{ ln('Dedicated support team throughout the process', 'فريق دعم مخصص طوال العملية') }}
{{-- CONFIRMATION CHECKBOXES --}}

{{ ln('Confirmation', 'التأكيد والموافقة') }}

@csrf {{-- 1. Terms & Conditions --}} {{-- 2. Acknowledgment & Pledge --}}
{{ ln('I acknowledge and agree to the following pledge', 'أقر وأتعهد بما يلي') }}
{{-- 3. Authorization --}} {{-- 4. SIMAH Authorization --}}
{{ ln('I authorize SIMAH credit inquiry', 'أقر وأوافق على الاستعلام الائتماني من سمة (SIMAH)') }}
@if($errors->any())
{{ ln('Please check all the boxes above and verify the code.', 'يرجى الموافقة على جميع البنود والتحقق من الرمز.') }}
@endif {{-- OTP SECTION (hidden until all 4 checkboxes checked) --}}

{{ ln('Email Verification', 'التحقق عبر البريد الإلكتروني') }}

{{ ln('A verification code will be sent to your email to confirm your identity.', 'سيتم إرسال رمز تحقق إلى بريدك الإلكتروني لتأكيد هويتك.') }}
{{-- SUBMIT (hidden until OTP verified) --}}
{{-- SUCCESS --}} @if(session('success'))

{{ ln('Request Submitted Successfully', 'تم تقديم الطلب بنجاح') }}

{{ ln( 'Your facilitation request has been submitted to Hotspot. Our team will contact you shortly.', 'تم تقديم طلب التسهيلات التمويلية إلى هوت سبوت. سيتواصل معك فريقنا قريباً.' ) }}

{{ ln('Back to Request', 'العودة للطلب') }}
@endif
@endsection @push('scripts') @endpush