![]() UNIVERSITY OF MAIDUGURI
{{ $department->school->school_title}}
@if (($department->dept_title === 'COMPUTER SCIENCE') || ($department->dept_title === 'MATHEMATICS') || ($department->dept_title === 'STATISTICS'))
DEPARTMENT OF MATHEMATICAL SCIENCE
PROGRAM OF {{ $department->dept_title}}
@elseif(($department->dept_title === 'PHYSICAL EDUCATION') || ($department->dept_title === 'HEALTH EDUCATION'))
DEPARTMENT OF PHYSICAL AND HEALTH EDUCATION
PROGRAM OF {{ $department->dept_title}}
@elseif(($department->dept_title === 'BOTANY') || ($department->dept_title === 'ZOOLOGY') || ($department->dept_title === 'ENVIRONMENTAL BIOLOGY'))
DEPARTMENT OF BIOLOGICAL SCIENCE
PROGRAM OF {{ $department->dept_title}}
@elseif(($department->dept_title === 'CHEMISTRY') || ($department->dept_title === 'INDUSTRIAL CHEMISTRY') || ($department->dept_title === 'PETROLEUM CHEMISTRY'))
DEPARTMENT OF PURE AND APPLIED CHEMISTRY
PROGRAM OF {{ $department->dept_title}}
@else
DEPARTMENT OF {{ $department->dept_title}}
@endif
{{ Carbon\Carbon::parse($start_session->start_at)->year }} / {{ Carbon\Carbon::parse($start_session->end_at)->year }}
|
|||
---|---|---|---|
STUDENT INFORMATION | |||
Full Name | {{ $stdId->fullname ?? '' }} | ||
Student Id Number | {{ $stdId->student_id_number ?? '' }} | ||
Contact Number | {{ $stdId->telephone ?? '' }} | ||
NEXT OF KIN INFORMATION | |||
Full Name | {{ $next_fullname ?? '' }} | ||
Relationship | {{ $relationship ?? '' }} | ||
Contact Number | {{ $next_telephone ?? '' }} | ||
SPONSOR INFORMATION | |||
Full Name | {{ $spon_fullname ?? '' }} | ||
Contact Number | {{ $spon_telephone ?? '' }} |
fields mark with * are mandetory
fields mark with * are mandetory
fields mark with * are mandetory