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

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

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

Tidak ada data siswa untuk kelas {{ $class->name }} tahun ajaran {{ $class->year }}

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