@extends('layouts.admin') @section('title', 'Edit Class') @section('page-title', 'Edit Class') @section('page-subtitle', 'Update class details') @section('content')
@csrf @method('PUT')
is_active ? 'checked' : '' }} class="w-5 h-5 rounded border-[var(--border-color)] text-gold-500 focus:ring-gold-500">
Cancel
@endsection