@extends('layout.app') @section('title', 'Siswa') @section('content')
Daftar Kelas Siswa
@foreach ($kelas as $k) @endforeach
@if (session('success')) @endif @if ($errors->any()) @endif @endsection @push('css') @endpush @push('js') @endpush