@extends('layouts.master') @section('page_title', 'Manage Classes') @section('content')
Manage Classes
{!! Qs::getPanelOptions() !!}
@foreach($my_classes as $c) @endforeach
S/N Name Class Type Action
{{ $loop->iteration }} {{ $c->name }} {{ $c->class_type->name }}
When a class is created, a Section will be automatically created for the class, you can edit it or add more sections to the class at Manage Sections
@csrf
{{--Class List Ends--}} @endsection