@extends('layouts.registrarapp') @section('content')

Student Information

Student No. {{$list->idno}}
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 transferee School - {{$list->school}}
Course - {{$list->prev_course}}
@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\dmmc.back0118\resources\views\registrar\incomingstudents\viewprofile.blade.php on line 124