@extends('index') @section('content') @if(session('s_search_status'))
@if(count($row)) @php $i = 1; @endphp @foreach($row as $rows) @php $i++; @endphp @endforeach
No Nama Siswa NIS Sakit Ijin Alpha Bolos Kehadiran %
{{ $i }} {{ $rows->name }} {{ $rows->code }} {{ $rows->sakit }} {{ $rows->ijin }} {{ $rows->alpha }} {{ $rows->bolos }} {{ $rows->kehadiran }}
@else

Belum ada data nilai

Input Rekap Absensi @endif
@endif @endsection @push('script') @endpush