{{-- resources/views/admin/akademik/data-master/_tab_tahun_ajaran.blade.php --}}
Data Tahun Ajaran
@forelse ($tahunAjarans as $item) @empty @endforelse
No Tahun Ajaran Tahun PPDB Kode Status Akademik Status PPDB Info PPDB Aksi
{{ ($tahunAjarans->currentPage() - 1) * $tahunAjarans->perPage() + $loop->iteration }} {{ $item->tahun_ajaran }} {{ $item->tahun_ppdb }} {{ $item->code }} @if($item->is_active) Aktif @else Non-Aktif @endif @if($item->status_ppdb) Aktif @else Non-Aktif @endif @if($item->status_ppdb) {{ $item->ppdb_buka ?? '-' }} → {{ $item->ppdb_tutup ?? '-' }}
Kuota: {{ $item->ppdb_kuota ?? '∞' }}
@else @endif
Data tahun ajaran belum tersedia
{{-- BAGIAN PAGINATION DIPERBARUI --}}
{{ $tahunAjarans ->appends(['tahun_ajaran_page' => $tahunAjarans->currentPage()]) // Jaga halaman ->appends(['tab' => 'tahun-ajaran']) // Jaga Tab Aktif (SOLUSI UTAMA) ->links('pagination::bootstrap-5') }}
{{-- MODAL TAMBAH --}} {{-- MODAL EDIT --}} @foreach ($tahunAjarans as $item) @endforeach