@foreach($kelas as $kelas) @endforeach
Nama Keterangan Action
{{ $kelas->nama }} {{ $kelas->keterangan }} {{-- {!! Form::open(['route' => ['kelas.destroy', $kelas->id], 'method' => 'delete']) !!} --}}
{{-- {!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-danger action-btn delete-btn', 'onclick' => 'return confirm("Are you sure want to delete this record ?")']) !!} --}}
{{-- {!! Form::close() !!} --}}