@extends('layouts.admin') @section('title', 'Edit Class') @section('page-title', 'Edit Class') @section('content')
Back to Class List
Edit Class Details
@csrf @method('PUT')
@error('name')
{{ $message }}
@enderror
@endsection