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

Jumlah Murid


{{ $row->studentCount() }}

Murid Laki-Laki


{{ $row->studentGenderCount(1) }}

Murid Perempuan


{{ $row->studentGenderCount(2) }}

{{ $row->name }} {{ $row->year }}

Wali Kelas: {{ $row->wali->getName() }}
@if(count($student)) @php $i = 1; @endphp @foreach($student as $rows) @php $i++; @endphp @endforeach
No Nama Siswa NISN ACTION
{{ $i }} {{ $rows->name }} {{ $rows->code }} LIHAT EDIT HAPUS
@else

Tidak ada data @endif

@endsection @push('script') @endpush