@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 Tanggal Keterangan
{{ $i }} {{ $rows->name }} {!! $rows->getStatus() !!} {{ $rows->presence_date }} {{ $rows->notes }}
@else

Belum ada data absensi

@if (Auth::user()->getType() !== 6) Input Absensi @endif @endif
@endif @endsection @push('script') @endpush