@if(count($psychometric_questions)>0) @foreach($psychometric_questions as $pyquestion) @endforeach @endif @if(!is_null($assessment_reports)) @foreach($assessment_reports as $excel) @if(count($psychometric_questions)>0) @foreach($psychometric_questions as $pyquestions) @endforeach @endif @endforeach @endif
Testpin Assessment Name Candidate Name Assessment Date Planning Emotional Maturity Total{{ strip_tags(html_entity_decode($pyquestion->question)) }}
{{ $excel['testpin'] }} {{ $excel['assessment_name'] }} {{ $excel['candidate_name'] }} {{ $excel['created_at'] }} {{ $excel['planning'] }} {{ $excel['emotional_maturity'] }} {{ $excel['total_score'] }}{{ isset($excel['questions'][$pyquestions->id]) ? $excel['questions'][$pyquestions->id] : '' }}