@include('admin.controllers.header') @include('admin.controllers.upper-header') @include('admin.controllers.sidebar')

إضافة طلب

{{--@dd(session()->get('orderType'))--}}
@csrf

نوع الطلب

get('orderType') && session()->get('orderType') == 'as_requested') ? "checked" : '' }} checked name="orderType" type="radio" id="orderType" value="as_requested">
get('orderType') && session()->get('orderType') == 'given_name') ? "checked" : '' }} name="orderType" type="radio" id="orderType" value="given_name" >
get('orderType') && session()->get('orderType') == 'given_service') ? "checked" : '' }} name="orderType" type="radio" id="orderType" value="given_service" >
get('orderType') && session()->get('orderType') == 'given_name' || session()->get('orderType') == 'given_service') style="display: none" @elseif(session()->get('orderType') == null) style="display: block" @else style="display: block" @endif>
get('orderType') && session()->get('orderType') == 'given_name' || session()->get('orderType') == 'given_service') style="display: block" @else style="display: none" @endif>

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

رقم السجل المدنى
@if ($errors->has('civil_registry')) {{ $errors->first('civil_registry') }} @endif
رقم جوال
@if ($errors->has('client_mobile')) {{ $errors->first('client_mobile') }} @endif
رقم جوال اخر
@if ($errors->has('another_mobile')) {{ $errors->first('another_mobile') }} @endif
اسم مقدم الطلب
@if ($errors->has('client_name')) {{ $errors->first('client_name') }} @endif
اسم مقدم الطلب بالإنجليزية
@if ($errors->has('client_name_english')) {{ $errors->first('client_name_english') }} @endif
عدد أفراد الأسرة
@if ($errors->has('family_count')) {{ $errors->first('family_count') }} @endif
{{--
--}} {{--
--}} {{--
رقم الهوية
--}} {{-- --}} {{-- @if ($errors->has('id_number'))--}} {{-- {{ $errors->first('id_number') }}--}} {{-- @endif--}} {{--
--}} {{--
--}}
المدينة
{{-- --}} @if ($errors->has('city_id')) {{ $errors->first('city_id') }} @endif
تفاصيل العنوان
@if ($errors->has('area')) {{ $errors->first('area') }} @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_birthday')) {{ $errors->first('client_birthday') }} @endif
رقم ملف العميل
@if ($errors->has('file_number')) {{ $errors->first('file_number') }} @endif
@section('script') @stop @include('admin.controllers.footer')