| {{ $excel['testpin'] }} |
{{ $excel['assessment_name'] }} |
{{ $excel['candidate_name'] }} |
{{ $excel['created_at'] }} |
{{ $excel['planning'] }} |
{{ $excel['emotional_maturity'] }} |
{{ $excel['total_score'] }} |
@if(count($psychometric_questions)>0)
@foreach($psychometric_questions as $pyquestions)
{{ isset($excel['questions'][$pyquestions->id]) ? $excel['questions'][$pyquestions->id] : '' }} |
@endforeach
@endif
@endforeach
@endif