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

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

Wali Kelas: {{ $class->wali->getName() }}
@if(count($row)) Edit @endif
@if(count($row)) @php $i = 1; @endphp @foreach($row as $rows) @php $i++; @endphp @endforeach
No Nama Siswa Absensi Keterangan
{{ $i }} {{ $rows->name }} {!! $rows->getStatus() !!} {{ $rows->notes }}
@else

Belum ada data absensi

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