@extends('adminlte::page') @section('title', 'Tambah Kelas') @section('content_header')

Tambah Kelas

@stop @section('content')
@csrf
@error('nama') {{ $message }} @enderror
Batal
@stop