@extends('partials.master') @section('title','Daftar Siswa') @section('content')
Selected
@php $i = 0; $i++; @endphp @foreach ($tahun_pelajaran as $index => $tp) @endforeach
No Tahun Pelajaran Semester KKM KLS 7 KKM KLS 8 KKM KLS 9 Actions
{{ $i++ }} {{ $tp->tahun_pelajaran }} {{ $tp->semester }} {{ $tp->kkm_kelas_7 }} {{ $tp->kkm_kelas_8 }} {{ $tp->kkm_kelas_9 }} Actions
@endsection