@extends('layout.app') @section('title', 'Kelas') @section('content')
Daftar Kelas
@foreach ($kelas as $k) @endforeach
# Kelas Aksi
{{ $loop->iteration }} {{ $k->nama_kelas }}
@csrf @method('DELETE')
@if (session('success')) @endif @if ($errors->any()) @endif @endsection @push('css') @endpush @push('js') @endpush