@if(!empty($personal_information))
@php $proof_image = $personal_information['getimage'] ? \HireMeeHelper::getAWSImageUrl($personal_information['getimage']->s3_id,config('filesystems.disks.hiremeeprodev.bucket'),'hiremeeprodev') : secure_asset('assets/images/user.png'); @endphp
{{ $personal_information['full_name'] ?? '--'}}
E-mail: {{ $personal_information['email_address'] ?? "--"}}
Contact No: {{ $personal_information['contact_no'] ?? "--"}}
@if(isset($personal_information['created_at'])) Test Taken on: {{ \Carbon\Carbon::parse($personal_information['created_at'])->formatLocalized('%d %b %Y') }}
@endif Assessment Completion Status: {{ isset($personal_information['options']) ? $personal_information['options'] : "--" }}
@else
No Records found
@endif

Overall Score : @if(!empty($overall_scores)) {!! $overall_scores['overall_score'] ? $overall_scores['overall_score'] : '0' !!} / {!! $overall_scores['total_score'] ? $overall_scores['total_score'] : '0' !!} @endif

@forelse($section_scores as $skey=>$section) @empty @endforelse
Section Name Obtained Score Full Score
{!! isset($section['section_name']) ? $section['section_name'] : '' !!} {!! isset($section['obtained_score']) ? $section['obtained_score'] : '' !!} {!! isset($section['full_score']) ? $section['full_score'] : '' !!}
No records found