@extends('layouts.registrarapp') @section('content')
Student No | {{$student->idno}} | ||
Name | {{$student->firstname}} {{$student->middlename}} {{$student->lastname}} {{$student->extensionname}} | ||
Course | {{$status->program_name}} / {{$status->level}} Year | @elseStrand | {{$status->level}} / {{$status->track}} | @endif
Current School Year | SY: {{$school_year->school_year}} - {{$school_year->school_year + 1}}@if($school_year->period != "yearly") / {{$school_year->period}} Semester @endif | ||
Status | @if($status->status == 4)Enrolled | @elseif($status->status == 3)Assessed | @elseNot Currently Assessed | @endif
Enrollment School Year | SY: {{$status->advising_school_year}} - {{$status->advising_school_year + 1}}@if($status->advising_period != "yearly") / {{$status->advising_period}} Semester @endif |