@extends('layouts.app') @section('title', block('financing.hero.title', $isRtl ? 'طلب تمويل' : 'Financing Request')) @section('description', block('financing.hero.subtitle', $isRtl ? 'قدّم طلبك في أقل من دقيقة وسيتواصل معك أحد مستشارينا.' : 'Submit your request in under a minute and an advisor will contact you.')) @section('content')
{{ block('financing.hero.badge', $isRtl ? 'سريع وآمن' : 'Fast & Secure') }}

{{ block('financing.hero.title', $isRtl ? 'قدّم طلب تمويلك الآن' : 'Submit Your Financing Request') }}

{{ block('financing.hero.subtitle', $isRtl ? 'املأ البيانات الأساسية وسيقوم فريقنا بالتواصل معك خلال 24 ساعة لاستكمال الإجراءات.' : 'Fill in the basic details and our team will reach out within 24 hours to complete the process.') }}

  • {{ $isRtl ? 'بياناتك محمية بالكامل' : 'Your data is fully protected' }}
  • {{ $isRtl ? 'رد خلال 24 ساعة' : 'Response within 24 hours' }}
  • {{ $isRtl ? 'شراكات مع أكبر البنوك' : 'Partnered with top banks' }}
  • {{ $isRtl ? 'بدون رسوم خفية' : 'No hidden fees' }}
@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf

{{ $isRtl ? 'بإرسالك الطلب فأنت توافق على سياسة الخصوصية الخاصة بنا.' : 'By submitting, you agree to our privacy policy.' }}

@endsection