@include('layouts.header')

Hey {{Auth::user()->name}}, Hope you are good

Welcome On Board

Congratulations on joining the team

Open Role
@if(count($currentUserJobs)) @foreach($currentUserJobs as $job) @endforeach @endif
Title Client Recruiter Applicants
{{$job->job_title}} {{@$job->client->branch_name}} @if(isset($job->employeeJob)) @php($recName = '') @foreach($job->employeeJob as $rec) {{$rec->user->name}}(IR), @endforeach @endif @if(isset($job->hhrequest)) @php($frName = '') @foreach($job->hhrequest as $fr) {{$fr->user->name}}(FR), @endforeach @endif @if(count($job['job_application']) > 0 || count($job['hhsharedcandidates']) > 0 || count($job['clientCandidate']) > 0 || count($job['potentialCandidate']) > 0) {{count($job['job_application']) + count($job['hhsharedcandidates']) + count($job['clientCandidate']) + count($job['potentialCandidate'])}} @else 0 @endif
{{----}}
{{--
Code Errors
Customer Satisfaction

9.8

1.6%

Performance Score
Excellent 3,007 50%
Very Good 1,674 25%
Good 125 6%
Fair 98 5%
Poor 512 10%
Very Poor 81 4%
Recent Activities

Last activity: 2 hours ago

Agent Performance Points
Katherine Lumaad

Technical Support

Executive Level 12,312 points
Adrian Monino

Sales Representative

Master Level 10,044 points
Rolando Paloso

Software Support

Super Elite Level 7,500 points
Dyanne Rose Aceron

Sales Representative

Elite Level 6,870 points
--}}
{{--
70,30

5 days

Leave Taken

Total Leave Taken

69,31

12 Days

Remaining Leave

Remaining Leave Taken

--}}
Clients
@foreach($clients as $client) @foreach($client->regionalCountries as $country) @foreach($country->countryBranches as $branches) @if($branches->office_type_id == 9)
{{$branches->branch_name}}
Avatar

@endif @endforeach @endforeach @endforeach
{{--
Log History
  • Process refund to #00910

    Mar 21, 2019, 1:00pm

    -$16.50

    Completed
  • Process delivery to #44333

    Mar 20, 2019, 11:40am

    3 Items

    For pickup
  • Payment from #023328

    Mar 20, 2019, 10:30pm

    + $129.50

    Completed
  • Payment failed from #087651

    Mar 19, 2019, 12:54pm

    $150.00

    Declined
--}}
@include('layouts.footer')