@if(session()->has('already_exist'))
Employee already registered with this email id.
@endif
@if(session()->has('already_exist_mobile'))
Employee already registered with this mobile no.
@endif
Track Hiring Status
# | Name | Designation | Candidate Email | Status | On Payroll | View Details | Created At | Action |
---|---|---|---|---|---|---|---|---|
{{$loop->iteration}} | {{$row->candidate_name}} | {{$row->position_name}} | {{$row->candidate_email}} | @if($row->hiring_status == 0) Send by Manager @elseif($row->hiring_status == 1) @php $sign_doc = DB::table('candidate_required_documents')->where('candidate_id', $row->id)->where('document_id', 6)->count(); @endphp @if($sign_doc > 0) Upload signed copy of offer letter @else Offer letter Send @endif @elseif($row->hiring_status == 2) @php $sign_doc = DB::table('lc_mol_docs')->where('candidate_id', $row->id)->count(); @endphp @if($sign_doc > 0) Upload LC/MOL & send to candidate @else Send to PRO for LC/MOL Process @endif @elseif($row->hiring_status == 3) Upload LC/MOL signed copy @elseif($row->hiring_status == 4) @php $sign_doc = DB::table('visa_documents')->where('candidate_id', $row->id)->count(); @endphp @if($sign_doc > 0) Upload eVisa copy @else Send for eVisa approval @endif @elseif($row->hiring_status == 5) Send to PRO for eVisa processing @elseif($row->hiring_status == 6) Send medical test appointment date @elseif($row->hiring_status == 7) Send to PRO for EID process @elseif($row->hiring_status == 8) Send EID Application to Candidate @elseif($row->hiring_status == 9) Upload EID /Labour Card /Visa Page to Candidate @elseif($row->hiring_status == 10) Medical Insurance @elseif($row->hiring_status == 11) Medical Insurance send to PRO @elseif($row->hiring_status == 12) Insurance Card Send to Candidate @endif | @if($row->vander) {{ $row->vander }} @else Self @endif | {{date_format(date_create($row->created_at),"d-M-Y")}} |
@php $on = 0; @endphp
@if($row->hiring_status == 14)
@php $on = 1; @endphp
@if($row->onboard == 0)
Onboard
@else
Enrolled
@endif
@endif
@if($on == 0)
|
|
{!! $result->links('layouts.pagination') !!} |