{{ $panel }} Manager View
@include('includes.flash_messages')
@include('includes.validation_error_messages')
{{--
{{ $data['row']->name }}
--}}
@if($data['row']->image != '')
@endif
PERMANENT ADDRESS
| Address: | Telephone | Mobile | Alternative Contact | |
|---|---|---|---|---|
| {{ $data['row']->address }} | {{ $data['row']->tel }} | {{ $data['row']->cell_1 }} | {{ $data['row']->cell_2 }} | {{ $data['row']->email }} |
MAILING ADDRESS
| Address: | Telephone | Mobile | Alternative Contact | |
|---|---|---|---|---|
| {{ $data['row']->mailing_address }} | {{ $data['row']->mailing_tel }} | {{ $data['row']->mailing_cell_1 }} | {{ $data['row']->mailing_cell_2 }} | {{ $data['row']->mailing_email }} |
@if (isset($data['academicInfos']) && $data['academicInfos']->count() > 0)
@endif
@if (isset($data['workExperiences']) && $data['workExperiences']->count() > 0)
@endif
ACADEMIC QUALIFICATIONS
| S.N. | EXAMINATION PASSED | NAME OF COLLEGE/SCHOOL | NAME OF BOARD/UNIVERSITY | YEAR OF PASS | PERCENTAGE/GRADE OF MARK |
|---|---|---|---|---|---|
| {{$i}} | {{ $academicInfo->examination }} | {{ $academicInfo->institution }} | {{ $academicInfo->board_university }} | {{ $academicInfo->year_of_pass }} | {{ $academicInfo->percentage_grade }} |
PREVIOUS WORK EXPERIENCES
| S.N. | Experiences Detail |
|---|---|
| {{$i}} | {{ $workExperience->experience_info }} |