@extends('layouts.side_bar') @section('content')

Edit Subject

Update the subject details.

View Subject
@csrf @method('PUT')
@error('name')
{{ $message }}
@enderror
Updates automatically when the subject name changes.
Cancel
@endsection @push('scripts') @endpush