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

Master Kelas

@stop @section('content')

Daftar Kelas

@if(session('success')) @endif @foreach($datas as $key => $data) @endforeach
No Nama Kelas Aksi
{{ $key + 1 }} {{ $data->nama }}
@csrf @method('DELETE')
@stop @section('js') @stop