@if ($candidates) @foreach ($candidates as $candidate)
@if ($candidate['image']) @else @endif

{{ trimString($candidate['first_name'].' '.$candidate['last_name'], 13) }}

{{ trimString($candidate['designation'], 30) }}

{{ __('message.applied_on') }} : {{ dateFormat($candidate['created_at']) }}

@if ($candidate['resume_type'] == 'detailed')

{{ __('message.experience') }} : {{ $candidate['experience'] }} {{ __('message.months') }}

{{ $candidate['experiences'] }} {{ $candidate['languages'] }} {{ $candidate['qualifications'] }} {{ $candidate['achievements'] }} {{ $candidate['references'] }}

@else {{ __('message.download') }} @endif

{{ __('message.self_assesment') }} {{ $candidate['traites_result'] }}%

{{ __('message.quizes') }} {{ $candidate['quizes_result'] }}%

{{ __('message.interviews') }} {{ $candidate['interviews_result'] }}%

{{ __('message.overall_result') }}

{{ $candidate['overall_result'] }}%
{{ strtoupper($candidate['status']) }}

@endforeach @else

{{ __('message.no_candidates_found') }}

@endif