@include('layouts.talentHeader')
Search History
@csrf

Requisition History

@if($currentUserJobs) @foreach($currentUserJobs as $jobs) @endforeach @endif
Job Title Requisited By Client Job Date Approval Date HH Appoint Date End Date Status
{{$jobs->job_title}} {{$jobs->user->name}} @if($jobs->client) {{$jobs->client->branch_name}} @endif {{date('d-m-Y',strtotime($jobs->job_requisition_date))}} {{date('d-m-Y',strtotime($jobs->job_approval_date))}} {{date('d-m-Y',strtotime($jobs->appoint_headhunter_date))}} {{date('d-m-Y',strtotime($jobs->job_end_date))}}

{{($jobs->is_approved==0)?'Pending':'Approved'}}

@include('layouts.footer')