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

REPRINTING OF REGISTRATION FORMS


 

Registration Forms

@foreach($lists as $list) @if($list->status == '4') @if($status->academic_type=="Senior High School")
{{$list->level}} | SY {{$list->school_year}} - {{$list->school_year + 1}} / {{$list->period}} Semester
@else @if($status->academic_type=="Junior High School")
{{$list->level}} | SY {{$list->school_year}} - {{$list->school_year + 1}} / {{$list->period}} Semester
@else
{{$list->level}} Year | SY {{$list->school_year}} - {{$list->school_year + 1}} / {{$list->period}} Semester
@endif @endif  SY {{$list->school_year}} - {{$list->school_year + 1}} / {{$list->period}} Semester
@else
No enrollment record
SY {{$list->school_year}} - {{$list->school_year + 1}} / {{$list->period}} Semester
@endif   @endforeach
@stop