Client: {{$profile->branch_name}}
Email: {{$profile->email}}
Phone: {{$profile->phone}}
Total Assignments: {{count($profile->jobRequisition)}}
Total Candidates : {{$countCand}}
Total closures: {{$countClose}}
| No. | Position | Shared Candidate | Status | Recruiter | |
|---|---|---|---|---|---|
| {{$index+1}} | {{$pro->job_title}} | @php($totalCand = count(@$pro->empCandidate) + count(@$pro->hhsharedcandidates) + count(@$pro->job_application) + count(@$pro->potentialCandidate)){{count(@$pro->clientCandidate)}} | {{($pro->job_close==1)?'Closed':'Open'}} | @if($pro->employeeJob) @foreach($pro->employeeJob as $rec) {{substr($rec->user->name.', ', 0, -2)}} @endforeach @endif |