@include('layouts.talentHeader')
{{$profile->branch_name}}'s History
Quick Info
  • Client: {{$profile->branch_name}}

  • Email: {{$profile->email}}

  • Phone: {{$profile->phone}}

@if(count($profile->jobRequisition) > 0) @php($countClose = 0) @php($countCand = 0) @foreach($profile->jobRequisition as $pro) @php($countCand = $countCand + count(@$pro->empCandidate) + count(@$pro->hhsharedcandidates) + count(@$pro->job_application) + count(@$pro->potentialCandidate)) @php($fularray = array()) @if($pro->job_close) @php($countClose = $countClose + 1) @else @php($countClose = $countClose) @endif @endforeach @endif
  • Total Assignments: {{count($profile->jobRequisition)}}

  • Total Candidates : {{$countCand}}

  • Total closures: {{$countClose}}

Assignments:

@if($profile->jobRequisition) @php($totalCand = 0) @foreach($profile->jobRequisition as $index => $pro) @php($totalCand = count(@$pro->empCandidate) + count(@$pro->hhsharedcandidates) + count(@$pro->job_application) + count(@$pro->potentialCandidate)) @endforeach @endif
No. Position Shared Candidate Status Recruiter
{{$index+1}} {{$pro->job_title}}{{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
@include('layouts.footer')