@include('site.saudi.controllers.upper-header') @include('site.saudi.controllers.header')
  • 1

    بيانات العميل

  • 2

    إختيار العاملة

  • 3

    تحديد المكتب

  • 4

    تفاصيل الطلب والمرفقات

  • 5

    طباعة العقد وإختيار طريقة الإشعار

  • 6

    نجاح الطلب

@csrf
رقم جوال
@if ($errors->has('client_mobile')) {{ $errors->first('client_mobile') }} @endif
اسم مقدم الطلب
@if ($errors->has('client_name')) {{ $errors->first('client_name') }} @endif
رقم جوال اخر
@if ($errors->has('another_mobile')) {{ $errors->first('another_mobile') }} @endif
رقم السجل المدنى
@if ($errors->has('civil_registry')) {{ $errors->first('civil_registry') }} @endif
رقم الهوية
@if ($errors->has('id_number')) {{ $errors->first('id_number') }} @endif
المدينة
@if ($errors->has('city')) {{ $errors->first('city') }} @endif
الحى
@if ($errors->has('area')) {{ $errors->first('area') }} @endif
عدد أفراد الأسرة
@if ($errors->has('family_count')) {{ $errors->first('family_count') }} @endif
الحالة الإجتماعية
@if ($errors->has('social_status')) {{ $errors->first('social_status') }} @endif
البريد الإلكترونى
@if ($errors->has('client_email')) {{ $errors->first('client_email') }} @endif
رقم الإقامة
@if ($errors->has('client_residency_number')) {{ $errors->first('client_residency_number') }} @endif
@include('site.saudi.controllers.footer')