Role: {{$job->job_title}}
Date Assigned: {{date('d-m-Y', strtotime($job->job_requisition_date))}}
Recruiter(s): @if(count($job->employeeJob) > 0) @foreach($job->employeeJob as $rec) {{substr($rec->user->name.' ,', 0,-1)}} @endforeach @endif
Client: {{@$job->client->branch_name}}
Applicants: {{$countApplicant}}
Job Status: @if($job->job_close==1) Closed Change Status @else @if($job->job_close == 0) Open Change Status @elseif($job->job_close == 2) KIV Change Status @elseif($job->job_close == 3) Other Change Status @endif @endif
| Name | Phone | Skills | Status | Source | ||
|---|---|---|---|---|---|---|
| {{$applicant->app_first_name}} {{$applicant->app_last_name}} | {{$applicant->app_email}} | {{$applicant->app_phone}} | {{$applicant->app_skills}} | {{$applicant->application_status->status}} | {{($applicant->app_referral == null)?'DT':'RF - '.$applicant->app_referral}} | |
| {{$applicant->name}} | {{$applicant->email}} | {{$applicant->phone}} | {{$applicant->skills}} | {{$app->application_status->status}} | FL/{{$applicant->user->name}} | |
| {{$applicant->name}} | {{$applicant->email}} | {{$applicant->phone}} | {{$applicant->skills}} | Shared | IR/{{$applicant->user->name}} | {{$applicant->name}} | {{$applicant->email}} | {{$applicant->phone}} | -- | -- | PC/{{$applicant->user->name}} | @endforeach
| Commented By | Comments | Date | |
|---|---|---|---|
| {{$comment->user->name}} | {{$comment->comments}} | {{date('d-m-Y', strtotime($comment->created_at))}} |
| Closed By | Successful Recruiters | Remarks | Date | |
|---|---|---|---|---|
| {{@$job->closedUser->name}} | {{substr($recNames, 0,-2)}} | {{@$job->close_remarks}} | @if($job->closed_date) {{date('d-m-Y', strtotime($job->closed_date))}} @endif |
| Per Head | No. of Candidates | Description | Tax | Discount | Total Amount | Date | Contact | Status | Action | |
|---|---|---|---|---|---|---|---|---|---|---|
| {{number_format($inv->unit_price,2)}} | {{$inv->candidates}} | {{$inv->description}} | {{number_format($inv->tax,2)}}% | {{number_format($inv->discount,2)}}% | {{number_format($inv->total_amount,2)}} | {{date('d-m-Y', strtotime($inv->created_at))}} | {{$inv->contact}} | @if($inv->status == 0) Unpaid @elseif($inv->status == 1) Paid @elseif($inv->status == 3) Overdue @endif |