@if ($worker->office->phone)
Tel / هاتف: {{ $worker->office->phone }}
@endif @if ($worker->office->email)
Email / بريد إلكتروني: {{ $worker->office->email }}
@endif @if ($worker->office->address)
Address / العنوان: {{ $worker->office->address }}
@endif
@if ($logoPath = $worker->office->getFirstMedia('logo')?->getPath()) @endif
{{ $worker->office->name }}
C.R / رقم السجل التجاري: {{ $worker->office->cr_number ?: '-' }}
@if ($redacted) @else @endif
Personal Details
بيانات صاحب الطلب
Position Applied{{ $worker->jobType->name }}الوظيفة
Full Name{{ $worker->name }}الاسم بالكامل Monthly Salary{{ $worker->monthly_salary ? number_format((float) $worker->monthly_salary, 3) : '-' }}الراتب
Nationality{{ $worker->nationality->name }}الجنسية Contract Period{{ $worker->contract_period_years ? $worker->contract_period_years.' YEARS' : '-' }}مدة العقد
Religion{{ $worker->religion ?: '-' }}
Religion{{ $worker->religion ?: '-' }}الديانة Passport No.{{ $worker->passport_number ?: '-' }}رقم الجواز
Date of Birth{{ optional($worker->date_of_birth)->format('d M Y') ?: '-' }}تاريخ الميلاد
@if ($worker->photoUrl()) @endif
Age{{ $worker->age() ?? '-' }}العمر
Place of Birth{{ $worker->place_of_birth ?: '-' }}مكان الميلاد
Home Address{{ $worker->home_address ?: '-' }}مكان السكن
Marital Status{{ $worker->marital_status ? __('lang.marital_status_'.$worker->marital_status) : '-' }}الحالة الاجتماعية
No. of Children{{ $worker->children_count ?? '-' }}عدد الأطفال
Educational Background{{ $worker->education ?: '-' }}المستوى التعليمي
Contact Number{{ $worker->contact_number ?: '-' }}رقم الاتصال
@if ($worker->experiences->isNotEmpty()) @foreach ($worker->experiences as $experience) @endforeach
Previous employment (Abroad):
الخبرة السابقة خارج البلد
Country / الدولةPeriod / المدة
{{ $experience->country ?: '-' }}{{ $experience->period ?: '-' }}
@endif
Household Work Experience(s)
خبرات العمل
Washing / الغسيل{{ $worker->skill_washing ? '✓' : '' }} Cleaning / التنظيف{{ $worker->skill_cleaning ? '✓' : '' }} Ironing / الكي{{ $worker->skill_ironing ? '✓' : '' }}
Sewing / الخياطة{{ $worker->skill_sewing ? '✓' : '' }} Cooking / الطبخ{{ $worker->skill_cooking ? '✓' : '' }} Baby care / رعاية الأطفال{{ $worker->skill_babysitting ? '✓' : '' }}
@if ($worker->emergency_contact_name || $worker->emergency_contact_number || $worker->emergency_contact_relationship || $worker->emergency_contact_address) @if ($worker->emergency_contact_name) @endif @if ($worker->emergency_contact_number) @endif @if ($worker->emergency_contact_relationship) @endif @if ($worker->emergency_contact_address) @endif
Contact Person:
Name{{ $worker->emergency_contact_name }}
Contact Number{{ $worker->emergency_contact_number }}
Relationship{{ $worker->emergency_contact_relationship }}
Address{{ $worker->emergency_contact_address }}
@endif
Language you can Speak or Write
إجادة اللغات
Weight{{ $worker->weight_kg ? $worker->weight_kg.' KGS' : '-' }}الوزن
Language اللغة Fluent ممتاز Fair متوسط Poor لا شيء Height{{ $worker->height ?: '-' }}الطول
English {{ $worker->english_level === 'fluent' ? '✓' : '' }} {{ in_array($worker->english_level, ['fair', 'good']) ? '✓' : '' }} {{ $worker->english_level === 'poor' ? '✓' : '' }} Complexion{{ $worker->complexion ?: '-' }}اللون
Arabic {{ $worker->arabic_level === 'fluent' ? '✓' : '' }} {{ in_array($worker->arabic_level, ['fair', 'good']) ? '✓' : '' }} {{ $worker->arabic_level === 'poor' ? '✓' : '' }}
@if ($worker->remarks)
REMARKS:
{{ $worker->remarks }}
@endif