@if ($interviews)
{{ $interviews[0]['first_name'].' '.$interviews[0]['last_name'] }} ({{ $interviews[0]['interviews_result'] }}%) |
|
{{ $value['interview_title'] }} ({{ round(($value['overall_rating']/($value['total_questions']*10))*100) }}%) |
|
{{ $question['title'] }}
@if(isset($answers[$i]['comment']) && $answers[$i]['comment'])
{{ __('message.comment') }} : {{ $answers[$i]['comment'] }} @else {{ __('message.comment') }} : --- @endif |
{{ isset($answers[$i]['rating']) ? $answers[$i]['rating'].'/10' : '---' }} |