@extends('layouts.app') @section('title', block('apply.hero.title_meta', $isRtl ? 'قدّم طلب تمويل' : 'Apply for Financing')) @section('content')
Hotspot Logo

{{ block('apply.hero.title', $isRtl ? 'قدّم طلب تمويل' : 'Apply for Financing') }}

{{ block('apply.hero.subtitle', $isRtl ? 'أكمل النموذج أدناه وسيتواصل معك أحد مستشارينا خلال 24 ساعة.' : 'Complete the form below and one of our advisors will contact you within 24 hours.') }}

@csrf @if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(session('success'))
{{ session('success') }}
@endif

1{{ block('apply.personal.title', $isRtl ? 'المعلومات الشخصية' : 'Personal Information') }}

2{{ block('apply.employment.title', $isRtl ? 'تفاصيل العمل' : 'Employment Details') }}

3{{ block('apply.financing.title', $isRtl ? 'تفاصيل التمويل' : 'Financing Details') }}

{{ block('apply.form.note', $isRtl ? 'بياناتك محمية بالكامل ولن تتم مشاركتها مع أي جهة خارجية دون موافقتك.' : 'Your data is fully protected and will not be shared with any third party without your consent.') }}

@endsection