@extends('layouts.app') @section('title') Grading System Edit @endsection @section('content')
Edit Grading System
@csrf
@error('scheme')
{{ $message }}
@enderror
@endsection