@extends('layouts.master') @section('page_title', 'Edit Exam - '.$ex->name. ' ('.$ex->year.')') @section('content')
Edit Exam
{!! Qs::getPanelOptions() !!}
@csrf @method('PUT')
{{--Class Edit Ends--}} @endsection