EMBASSY OF SAUDI ARABIA
CONSULAR SECTION
To,
The Chief Of Consular Section,
The Royal Embassy Kingdom Of Saudi Arabia,
Gulshan, Dhaka, Bangladesh.
Excellency,
With Due Respect we are Submitting One Passport for work Visa with all Necessary Documents and Particulars
mentioned as below, knowing all instruction and regulation of the consulate section.
| NAME OF COMPANY: | {{ $passenger->sponsor_name }} |
| VISA NUMBER & DATE: | {{ $passenger->visa_number }} Date: {{ $passenger->visa_expiry_date }} |
| FULL NAME OF THE EMPLOYEE: | {{ $passenger->name }} |
| PASSPORT NO. WITH ISSUE DATE: | {{ $passenger->passport_no }} Date: {{ $passenger->passport_issue_date?->format('d-m-Y') }} |
| PROFESSION: | {{ $passenger->profession_english }} |
| RELIGION: | {{ str_ireplace('NON_MUSLIM', 'Non-muslim', $passenger->religion) }} |
I do hereby confirm and declare that the region stated in the Visa form and forwarding letter is fully
correct.
I also undertake with my own responsibility to cancel the Visa and to stop functioning with my office, If
the
statement is found incorrect.
We therefore, Request your Excellency to kindly issue work Visa out of - 01 - Visas and oblige thereby.
| NAME OF COMPANY: | {{ $passenger->sponsor_name}} |
| HEREBY APPOINTED: | {{ $passenger->name }} |
| PASSPORT NO WITH ISSUE DATE: | {{ $passenger->passport_no }} Date: {{ $passenger->passport_issue_date?->format('d-M-Y') }} |
| PASSPORT HOLDER: | {{ $passenger->nationality }} |
| PROFESSION: | {{ $passenger->profession_english }} |
| 1 | MONTHLY SALARY: | 800/= SR |
| 2 | FOOD AND ACCOMMODATION: | 200/= SR |
| 3 | AIR PASSAGE: | BORNE BY THE EMPLOYER |
| 4 | DUTY HOUR: | 8 HOURS DAILY |
| 5 | HOLIDAY: | AS PER SAUDI LABOUR LAWS |
| 6 | LEAVE: | AS PER SAUDI LABOUR LAWS |
| 7 | OVERTIME & OTHER BENEFIT: | AS PER SAUDI LABOUR LAWS |
| 8 | MEDICAL FACILITIES: | FREE |
| 9 | PERIOD OF CONTRACT: | TWO/ONE YEARS |
| 10 | REPATRIATION ARRANGEMENT INCLUDING RETURN OF DEAD BODY & SERVICE BENEFIT TO THE LEGAL HEIR OF THE EMPLOYEE: | AS PER SAUDI LABOUR LAWS |
|
الملاحظات
Notes |
المنفذ
Port |
المكتب
Agency |
الاجراء
Step |
|---|---|---|---|
| {{ $passenger->mofa_number }} | Application Number / رقم إنجاز | ||
| {{ $passenger->visa_number }} | Visa No. / رقم المستند | ||
| {{ $passenger->name }} | Passport Holder Name / الاسم في الجواز | ||
| {{ $passenger->passport_no }} | Passport Number / رقم الجواز | ||
| {{ $passenger->passport_expiry_date?->format('d-M-Y') }} | Passport Validity / صلاحية الجواز | ||
|
{{ $passenger->date_of_birth?->format('d-m-Y') }}
@php use Carbon\Carbon; $dob = Carbon::parse($passenger->date_of_birth); $now = Carbon::now(); $age = $dob->diff($now); @endphp {{ $age->y }} years {{ $age->m }} months {{ $age->d }} days |
Age / العمر | ||
| {{ $passenger->gender }} | Sex / الجنس | ||
| {{ $passenger->musaned_number ?: 'N/A' }} | Musaned / مساند | ||
| {{ $passenger->wakala_number }} | Alwakala / الوكالة | ||
| {{-- {{ $passenger->medical_status }} --}} FIT | Medical Report / فحص طبي | ||
| {{ $passenger->police_clearance_no }} | Police Clearance / ورقة الشرطة | ||
| {{ $passenger->license_type ?: 'N/A' }} | License / الرخصة | ||
| {{ $passenger->profession_arabic }} | Profession / المهنة | ||
| N/A | Experience Certificate / المؤهل وشهادة الخبرة | ||
| {{ $passenger->tashee_finger }} | Fingerprint / البصمة |