@php $serverOrigin = $_SERVER['HTTP_ORIGIN']; @endphp @if(!$cands->isEmpty())
Candidate Name
Role (Role Assesed For)
Evaluators Count
Company
Date Created
@foreach($cands as $data)
@if ($data->important == 0)
@else
@endif
{{returnAcronym($data->candidate_name)}}
{{$data->candidate_name}}
{{$data->role}} -
Role Assesed for ( {{((isset($data->role_assessed))?$data->role_assessed:'none')}} )
({{$data->count}})
({{$data->comp_name}})
{{$data->created_at->diffForHumans()}}
@endforeach
@else
No Data to Show.
@endif