@extends('layouts.main', ['title' => 'Tambah Data Kelas']) @section('content')

Tambah Data Kelas

@csrf @include('kelas.form')

@endsection