@extends('layouts.admin') @section('title', 'Edit Subject') @section('content')

Edit Subject

Update subject information

Back to Subjects
@include('partials.alerts')
@csrf @method('PUT')
Cancel
@endsection