@if ($candidates) @foreach ($candidates as $candidate)
{{ 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']) }}
{{ __('message.no_candidates_found') }}