@extends('layouts.master') @section('page_title', 'Edit Section of '.$s->my_class->name) @section('content')
Edit Section of {{ $s->my_class->name }}
{!! Qs::getPanelOptions() !!}
@csrf @method('PUT')
{{--Section Edit Ends--}} @endsection