@extends('index') @section('content')

Daftar Kelas

Tambah
@if(count($row)) @php if(request('page')) { $i = request('page') * 10 + 1; } else { $i = 1; } @endphp @foreach($row as $rows) @php $i++; @endphp @endforeach
No Nama Kelas Wali Kelas Jumlah Murid ACTION
{{ $i }} {{ $rows->name }} {{ $rows->wali->getName() }} {{ $rows->studentCount() }} LIHAT EDIT HAPUS
{{ $row->links() }} @else

Tidak ada data @endif

@endsection @push('script') @endpush