@extends('layouts.master') @section('superadmin')

Employee Show

{{--

--}}
@foreach ($employees as $employee) @foreach ($employee->allusers as $item)
cc

Najma Consultancy

Doc No {{ $employee->documentno }}
Rev. Date {{ \Carbon\Carbon::parse($employee->revdate)->format('M d, Y')}}

Employe Information Form

Rev. No. {{ $employee->revno }}
Page No. {{ $employee->pageno }}

Date : {{ date("d/m/Y", strtotime($employee->date)) }}
@error('date')
{{ $message }}
@enderror
Please tell us about yourself (please fill all the fileds in Capital Letter)
Full Name {{ $employee->username }} @error('username')
{{ $message }}
@enderror
Date of Birth (dd/mm/yy) {{ date("d/m/Y", strtotime($employee->dob)) }} @error('dob')
{{ $message }}
@enderror
Gender {{ $employee->gender }} @error('gender')
{{ $message }}
@enderror
Civil Status {{ $employee->civilstatus }}
Nationality {{ $employee->nationality }}
Passport Number {{ $employee->passport }} Date of Expiry {{ date("d/m/Y", strtotime($employee->doe)) }}
Mobile Number [UAE] {{ $employee->uaemobileno }}
Mobile Number [Home Country] {{ $employee->hcmobilenoone }}
Email Address @if ($item->email === $item->companyemail) {{ $employee->companyemail }} @else {{ $employee->email }} @endif
Contact Details in Case of Emergency UAE Home Country
Name {{ $item->uaename }} {{ $item->hcname }}
Relation {{ $item->uaerelation }} {{ $item->hcrelation }}
Mobile No. {{ $item->uaemobilenotwo }} {{ $item->hcmobilenotwo }}
About your Country Address
Permanent Address {{ $item->permanentaddress }}
Current Address {{ $item->currentaddress }}
City, Emirate & Zip Code {{ $item->emiratezipcode }}
Your Educational Qualifications (Highest Degree)
College/University {{ $item->cuhd }}
Course Type (Regular/Diploma/Distance) {{ $item->coursetypehd }}
Duration of The Course Diploma/Graduate/Post Graduate Subject Major :
(Whichever is applicable)
From To {{ $item->applicableone }} {{ $item->smone }}
{{ date("d/m/Y", strtotime($item->fromhd)) }} {{ date("d/m/Y", strtotime($item->tohd)) }}
Your Education Qualification (Degree/Diploma/School Certificate etc.)
College/University/Board {{ $item->cuboarddd }}
Course Type (Regular/Diploma/Distance) {{ $item->coursetypedd }}
Duration of The Course Diploma/Graduate/Post Graduate Subject Major :
(Whichever is applicable)
From To {{ $item->applicabletwo }} {{ $item->smtwo }}
{{ date("d/m/Y", strtotime($item->fromdd)) }} {{ date("d/m/Y", strtotime($item->todd)) }}

Your Certification Course - A (If any)
Course Name {{ $item->coursename_a }}
Institute Name {{ $item->institutename_a }}
Course Details {{ $item->coursedetail_a }}
Your Certification Courses – B (If any)
Course Name {{ $item->coursename_b }}
Institute Name {{ $item->instituename_b }}
Course Details {{ $item->coursedetails_b }}
Your Work History (A) MOST RECENT EMPLOYMENT
Company Name {{ $item->companyname_a }} Employee Code {{ $item->employeecode_a }}
Designation {{ $item->designation_a }} Department {{ $item->department_a }}
Reporting person (Name, Designation, Email ID & Contact No.) {{ $item->reportingperson_a }}
Employment Period
(dd/mm/yy)
From To
{{ date("d/m/Y", strtotime($item->twofromdate_a)) }} {{ date("d/m/Y", strtotime($item->twotodate_a)) }}
Address Company/Branch Address Cost to Company (Monthly Salary)
{{ $item->cbaddress_a }} {{ $item->ctc_a }}
Telephone {{ $item->telephone_a }}
Reason(s) for Leaving: Voluntary
Pease provide reasons: {{ $item->ppr_a }}
Your Work History (B) MOST RECENT EMPLOYMENT
Company Name {{ $item->companyname_b }} Employee Code {{ $item->employeecode_b }}
Designation {{ $item->designation_b }} Department {{ $item->department_b }}
Reporting person (Name, Designation, Email ID & Contact No.) {{ $item->reportingperson_b }}
Employment Period
(dd/mm/yy)
From To
{{ date("d/m/Y", strtotime($item->twofromdate_b)) }} {{ date("d/m/Y", strtotime($item->twotodate_b)) }}
Address Company/Branch Address Cost to Company (Monthly Salary)
{{ $item->cbaddress_b }} {{ $item->ctc_b }}
Telephone {{ $item->telephone_b }}
Reason(s) for Leaving: Voluntary
Pease provide reasons: {{ $item->ppr_b }}
Resident VISA Details –Only Fill the following columns if you are on Resident / Spouse Visa
Permit Entry No: {{ $item->peno }}
U.I.D No: {{ $item->uidno }}
Place & Date of Issue: {{ date("d/m/Y", strtotime($item->pdoi)) }}


Valid until: {{ $item->validuntil }}
Insurance Details : {{ $item->insurancedetails }}
Name, contact No. of Sponsor: {{ $item->namecontactnoofsponsor }}
Remarks if any: {{ $item->remarksifany }}
Medical History –Only fill the following columns if you have any medical conditions
Details of your medical condition {{ $item->medicalcondition }}
Treatment details {{ $item->treatment }}
Details of the Medicine (If you need to take it on the office hours) {{ $item->detailsotmedicine }}
Name and contact details of the Doctor/ Hospital where you are taking the treatment {{ $item->ncdhospital }}
Remarks if any {{ $item->remarksifanytwo }}

Declaration

TO WHOM IT MAY CONCERN

I also declare the information provided by me in my resume and application for employment, to Najma Consultancy and its representative(s) is authentic and I am liable for all inaccuracies and omissions.

Name in Block Capitals {{ $item->nibcapital }}
Place {{ $item->place }} Date (DD/MM/YYYY) {{ date("d/m/Y", strtotime($item->lastdate)) }}

Welcome to NAJMA Consultancy!


We are excited to have you as part of the NAJMA family. NAJMA is committed to high quality work and superior care in all aspects of our business. As part of the team, we hope you will discover that the pursuit of excellence is a rewarding aspect of your career here.


@endforeach @endforeach

This document and its contents are strictly confidential and should not be disclosed, copied, distributed, or shared with any third party, including individuals within or outside of your organization, without
the explicit written consent of Najma Human Resources Consultancy (NAJMA)

P.O. Box 32390, Al Diyafa Center, Satwa, Dubai, UAE. Tel: +971 4 3453780, Email: najmauae@eim.ae, najma@emirates.net.ae, www.najmaconsultancy.com /Est. 1997
@endsection