@extends('index') @section('content')
@if (session('s_search_status'))| No | Nama Siswa | Absensi | Tanggal | Keterangan |
|---|---|---|---|---|
| {{ $i }} | {{ $rows->name }} | {!! $rows->getStatus() !!} | {{ $rows->presence_date }} | {{ $rows->notes }} |
Belum ada data absensi
@if (Auth::user()->getType() !== 6) Input Absensi @endif @endif