@props(['application'])
PROFILE @if ($application->submissionstate)
Submitted
@if ($application->attendedugbefore && $application->existingregnumber) @endif @else @endif
DOB {{ $application->dob }}
PLACE OF BIRTH {{ $application->placeofbirth }}
SEX {{ $application->sex->name }}
FATHER'S NAMES {{ $application->fathernames }}
MOTHER'S NAMES {{ $application->mothernames }}
MARITAL STATUS {{ $application->marital->name }}
COUNTRY {{ $application->country->name }}
PROVINCE {{ $application->province->name }}
DISTRICT {{ $application->district }}
SECTOR {{ $application->sector }}
CELL {{ $application->cell }}
NID {{ $application->nid }}
PASSPORT NUMBER {{ $application->passportnumber }}
ACTUAL EMPLOYMENT {{ $application->actualemployment }}
EMPLOYEMENT ADDRESS {{ $application->employmentaddress }}
LAST HLES {{ $application->lasthle }}
LAST HLES ADDRESS {{ $application->lasthleaddress }}
LAST SECONDARY SCHOOL {{ $application->lastsecondaryschool }}
COMPLETION DATE {{ $application->completiondate }}
SECTION/COMBINATION {{ $application->sectioncombination }}
MARKS {{ $application->marks }}
MARKS PER MAJOR {{ $application->markspermajor }}
COURSE {{ $application->course->name }}
ALTERNATIVE COURSE {{ $application->alternativecourse }}
ATTENDED UG BEFORE {{ $application->attendedugbefore?'YES':'NO' }}
IF YES WHEN {{ $application->ifyeswhen }}
EXISTING REG-NUMBER {{ $application->existingregnumber }}
REG-NUMBER {{ $application->regnumber }}
PHOTO PHOTO
SELECTION STATUS {{ $application->selectionstatus->name }}
SUBMISSION STATUS {{ $application->submissionstate ? 'SUBMITTED':'NOT SUBMITTED' }}
APPLICATION STEPS {{ $application->applicationsteps->name }}
ENTRY SESSION {{ $application->entrysession->name }}
GARDIAN NAMES {{ $application->gardiannames }}
GARDIAN PHONE {{ $application->gardianphone }}
GARDIAN ADDRESS {{ $application->gardianaddress }}
SAVED AT {{ $application->created_at }}
UPDATED AT {{ $application->updated_at }}