Student Information
| Reference No. |
{{$list->idno}} |
| Date Pre-registered |
{{ date ('M d, Y', strtotime ($list->created_at))}} |
| Name |
{{$list->firstname}} {{$list->middlename}} {{$list->lastname}} {{$list->extensionname}} |
| Address |
{{$list->street}} {{$list->barangay}} {{$list->municipality}} {{$list->province}} {{$list->zip}} |
| Birth Date |
{{$list->birthdate}} |
| Gender |
{{$list->gender}} |
| Civil Status |
{{$list->civil_status}} |
| Contact Number |
{{$list->contact_no}} |
| Email Address |
{{$list->email}} |
| School Last Attended |
{{$list->last_school}} |
| Year Graduated |
{{$list->year_graduated}} |
| General Average |
{{$list->gen_ave}} |
| Honor Received |
{{$list->honor}} |
@if($list->is_transferee == 1)
| TRANSFEREE |
| School | {{$list->school}} |
| Course | {{$list->prev_course}} |
@endif
@if ($list->academic_type == 'College')
Course
| Intended Course to Enroll |
{{$list->course}} |
| Second Choice |
{{$list->course2}} |
@elseif ($list->academic_type=='Senior High School')
Senior High School
| Intended Strand to Enroll |
{{$list->course}} |
| Second Choice |
{{$list->course2}} |
@else
@endif
Fatal error: Class 'App\Status' not found in
D:\xampp\htdocs\dmmc\resources\views\registrar\admission\studentinfo_registrar.blade.php on line
135