@extends('layouts.app') @section('content')

Edit Kelas

Perbarui informasi kelas yang tersimpan di sistem

Edit Kelas

Semua kolom bertanda * wajib diisi

{{ $kelas->nama_kelas }}
{{-- ERROR --}} @if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf @method('PUT')
@endsection