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

Petitioned Subject

{{$offered->ctr_code}} - {{$offered->course_name}} - {{$offered->lab + $offered->lec}} units

Lec {{$offered->lec}} units / Lab @if($offered->lab == null) 0 @else {{$offered->lab}} @endif units

{{$offered->program_code}} - {{$offered->level}} Year

Remove from Petition Unoffer

**Note: Unoffering will cause all subject related records to be removed.



ENROLLED STUDENTS
SY: {{$offered->school_year}} - {{$offered->school_year + 1}} / {{$offered->period}} Semester

@if(count($lists)>0) @foreach($lists as $list) @if($list->status == 4) @else @endif @endforeach
Student No. Student Name Remove
{{$list->idno}} {{$list->lastname}}, {{$list->firstname}}Already EnrolledRemove
@else Nothing to display. @endif
{{ csrf_field() }}

@stop