@extends('company.layouts.master') @section('title', 'Applicant') @section('page-title', 'Applicant Details') @section('breadcrumbs')
| School | Program / Degree | Start | End |
|---|---|---|---|
| {{ $edu['school'] ?? '—' }} | {{ $edu['program'] ?? ($edu['degree'] ?? '—') }} | {{ $edu['startDate'] ?? '—' }} | {{ $edu['endDate'] ?? '—' }} |
No education details provided.
@endif| {{ is_string($key) ? $key : ($value['question'] ?? 'Q'.$loop->iteration) }} | {{ is_array($value) ? ($value['answer'] ?? json_encode($value)) : $value }} |
|---|