= $this->extend('layout/management_layout') ?> = $this->section('content') ?>
| ID | Printed At | Student | Grade | Date | Time In | Reason | School Year | Admin | Action |
|---|---|---|---|---|---|---|---|---|---|
| = (int)($r['id'] ?? 0) ?> | = esc(!empty($r['printed_at']) ? local_datetime($r['printed_at'], 'm-d-Y H:i') : '') ?> | = esc($r['student_name'] ?? '') ?> | = esc($r['grade'] ?? '') ?> | = esc(!empty($r['slip_date']) ? local_date($r['slip_date'], 'm-d-Y') : '') ?> | = esc($r['time_in'] ?? '') ?> | = esc($r['reason'] ?? '') ?> | = esc($r['school_year'] ?? '') ?> | = esc($r['admin_name'] ?? '') ?> |