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

New Employee

@if (Session::has('success')) @endif
@csrf
@foreach ($employees as $item)
@if ($item->email === $item->companyemail) @else @endif
@error('companyemail')
{{ $message }}
@enderror
@if (Empty($item->password))
@error('password')
{{ $message }}
@enderror @endif
@endforeach

Click here to read more about permissions

@error('roles')
{{ $message }}
@enderror
features Capabilities
CONTRACTS
Inquiry Assign Contract Tracker admin
can('inquiry_received_view') ? 'checked' : '' }}>Inquiry Received
can('inquiry_received_assign') ? 'checked' : '' }}>Inquiry Received Assign
Contract Tracker
can('contract_tracker_selfentry') ? 'checked' : '' }}>Self entry show sales tracker
can('contract_tracker_view') ? 'checked' : '' }}>View
can('contract_tracker_create') ? 'checked' : '' }}>Create
can('contract_tracker_edit') ? 'checked' : '' }}>Edit
can('contract_tracker_delete') ? 'checked' : '' }}>Delete
can('contract_tracker_approve') ? 'checked' : '' }}>Approved
can('contract_tracker_assign') ? 'checked' : '' }}>Sales tracker assign
(F.A) First Aid Proposal
can('faproposal_view') ? 'checked' : '' }}>View
can('faproposal_create') ? 'checked' : '' }}>Create
can('faproposal_edit') ? 'checked' : '' }}>Edit
can('faproposal_delete') ? 'checked' : '' }}>Delete
can('faproposal_approve') ? 'checked' : '' }}>Approved
(OST) Occupational Safety Training Proposal
can('ostproposal_view') ? 'checked' : '' }}>View
can('ostproposal_create') ? 'checked' : '' }}>Create
can('ostproposal_edit') ? 'checked' : '' }}>Edit
can('ostproposal_delete') ? 'checked' : '' }}>Delete
can('ostproposal_approve') ? 'checked' : '' }}>Approved
(OSC) Occupational Safety Consultancy Proposal
can('oscproposal_view') ? 'checked' : '' }}>View
can('oscproposal_create') ? 'checked' : '' }}>Create
can('oscproposal_edit') ? 'checked' : '' }}>Edit
can('oscproposal_delete') ? 'checked' : '' }}>Delete
can('oscproposal_approve') ? 'checked' : '' }}>Approved
(ACP) Annual Commercial Proposal Proposal
can('acproposal_view') ? 'checked' : '' }}>View
can('acproposal_create') ? 'checked' : '' }}>Create
can('acproposal_edit') ? 'checked' : '' }}>Edit
can('acproposal_delete') ? 'checked' : '' }}>Delete
can('acproposal_approve') ? 'checked' : '' }}>Approved
(HRC) Human Resources Consultant Proposal
can('hrcproposal_view') ? 'checked' : '' }}>View
can('hrcproposal_create') ? 'checked' : '' }}>Create
can('hrcproposal_edit') ? 'checked' : '' }}>Edit
can('hrcproposal_delete') ? 'checked' : '' }}>Delete
can('hrcproposal_approve') ? 'checked' : '' }}>Approved
SALES
Inquiry
can('inquiry_view') ? 'checked' : '' }}>View
can('inquiry_create') ? 'checked' : '' }}>Create
can('inquiry_edit') ? 'checked' : '' }}>Edit
can('inquiry_delete') ? 'checked' : '' }}>Delete
can('inquiry_approve') ? 'checked' : '' }}>Approved
HR Consultant Work Order
can('hr_wo_view') ? 'checked' : '' }}>View
can('hr_wo_create') ? 'checked' : '' }}>Create
can('hr_wo_edit') ? 'checked' : '' }}>Edit
can('hr_wo_delete') ? 'checked' : '' }}>Delete
can('hr_wo_approve') ? 'checked' : '' }}>Approved
Internal Work Order
can('internal_wo_view') ? 'checked' : '' }}>View
can('internal_wo_create') ? 'checked' : '' }}>Create
can('internal_wo_edit') ? 'checked' : '' }}>Edit
can('internal_wo_delete') ? 'checked' : '' }}>Delete
can('internal_wo_approve') ? 'checked' : '' }}>Approved
Inspection Work Order
can('inspection_wo_view') ? 'checked' : '' }}>View
can('inspection_wo_create') ? 'checked' : '' }}>Create
can('inspection_wo_edit') ? 'checked' : '' }}>Edit
can('inspection_wo_delete') ? 'checked' : '' }}>Delete
can('inspection_wo_approve') ? 'checked' : '' }}>Approved
Sales Tracker
can('salestracker_selfentry') ? 'checked' : '' }}>Self entry show sales tracker
can('salestracker_view') ? 'checked' : '' }}>View
can('salestracker_create') ? 'checked' : '' }}>Create
can('salestracker_edit') ? 'checked' : '' }}>Edit
can('salestracker_delete') ? 'checked' : '' }}>Delete
can('salestracker_approve') ? 'checked' : '' }}>Approved
can('salestracker_assign') ? 'checked' : '' }}>Sales tracker assign
MARKETING
Marketing Tracker
can('marketingtracker_selfentry') ? 'checked' : '' }}>Self entry show sales tracker
can('marketingtracker_view') ? 'checked' : '' }}> View
can('marketingtracker_create') ? 'checked' : '' }}> Create
can('marketingtracker_edit') ? 'checked' : '' }}> Edit
can('marketingtracker_delete') ? 'checked' : '' }}> Delete
can('marketingtracker_approve') ? 'checked' : '' }}> Approve
can('marketingtracker_assign') ? 'checked' : '' }}>Sales tracker assign
Marketing Inquiry
can('marketinginquiry_view') ? 'checked' : '' }}> View
can('marketinginquiry_create') ? 'checked' : '' }}> Create
can('marketinginquiry_edit') ? 'checked' : '' }}> Edit
can('marketinginquiry_delete') ? 'checked' : '' }}> Delete
can('marketinginquiry_approve') ? 'checked' : '' }}> Approve
@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 : {{ $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) {{ $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 {{ $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 }}
{{ $item->fromhd }} {{ $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 }}
{{ $item->fromdd }} {{ $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
{{ $item->twofromdate_a }} {{ $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
{{ $item->twofromdate_b }} {{ $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: {{ $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) {{ $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.



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
@endforeach @endforeach
@endsection