@extends('index') @section('content') @if(session('s_search_status'))

{{ $class->name }} {{ $class->year }}

Wali Kelas: {{ $class->wali->getName() }}
@if(count($row)) @php $i = 1; @endphp @foreach($row as $rows) @php $i++; @endphp @endforeach
No Nama Siswa Hadir Sakit Izin Alpha Kehadiran
{{ $i }} {{ $rows->name }} {{ $rows->getPresenceCount(1) }} {{ $rows->getPresenceCount(2) }} {{ $rows->getPresenceCount(3) }} {{ $rows->getPresenceCount(4) }} {{ $rows->getPresencePercentage() }}%
@else

Belum ada data absensi

Tambah Absensi @endif
@endif @endsection @push('script') @endpush