Company Leaderboard for {{ date('F Y', strtotime($currentDate)) }}
@if(isset($empRoles) && $empRoles->count() > 0)
@foreach($empRoles as $empRole)
@if(isset($empRole->name))
@endif
@endforeach
@else
@endif
{{-- Print --}}
{{ $empRole->name }}
| Name | Home Name | Total Score | {{ (config('choicescrm.pa_type') == 'Daily') ? date('j-n-Y', strtotime($currentDate)) : date('F Y', strtotime($currentDate)) }} Percentage | Overall Percentage | Medal |
|---|
No record found.