@extends('layouts.master') @section('page_title', 'Manage Exams') @section('content')
Manage Exams
{!! Qs::getPanelOptions() !!}
@foreach($exams as $ex) @endforeach
S/N Name Term Session Action
{{ $loop->iteration }} {{ $ex->name }} {{ 'Term '.$ex->term }} {{ $ex->year }}
You are creating an Exam for the Current Session {{ Qs::getSetting('current_session') }}
@csrf
{{--Class List Ends--}} @endsection