@foreach($resultReport as $result) {{ $result->testpin }} {{ ($result->status==4) ? $result->created_at : '' }} {{ $result->assessment_name }} @if($result->mask_candidate_check==1) --- @else {{ $result->candidate_name }} @endif @if($result->mask_candidate_check==1) --- @else {{ $result->email_id }} @endif @if($result->status==4) @php $assessment_sections_type = $result->section_question_types; @endphp @if(isset($assessment_sections_type[2])) @php $is_psychometrics = HireMeeHelper::isPsychometricAlone($result->assessment_id); @endphp @if($is_psychometrics) -- @else {{ round($result->total_percentage,1) }}% @endif @else {{ round($result->total_percentage,1) }}% @endif @else @endif @if($result->status==4) @if(isset($assessment_sections_type[3])) Update Score @else N/A @endif @endif {{-- @version 20.0 @author Dilip - Start --}} @if($result->status==4) @if(isset($assessment_sections_type[3])) {{ \App\Http\Controllers\Pro\TestResultController::getOverallEvaluationStatus($result->testpin,$result->assign_id,$result->is_ops) }} @else N/A @endif @endif @if($result->status==4) @if($result->is_image_proctering==1) {!! HireMeeHelper::getHonestyLevel($result->testpin,$result->assign_id,$result->candidate_id) !!} @else N/A @endif @endif {{-- @version 20.0 @author Dilip - End --}} @if($result->status==4) View Report @endif @if($result->status==4) @if(isset($assessment_sections_type[1]) || isset($assessment_sections_type[3]) || isset($assessment_sections_type[5])) Candidate Transcript @else Transcript Not Available @endif @endif {{-- @if($getsettings_details_val && $getsettings_details_val->is_index_page == 1) @if(isset($assessment_sections_type[1]) || isset($assessment_sections_type[3]) || isset($assessment_sections_type[5])) Preview PDF @else Index page not Available @endif @endif --}} @endforeach