= $this->extend('layout/main_layout') ?> = $this->section('content') ?>
| Student | Class Section | Viewed | Signature | Action |
|---|---|---|---|---|
| = esc(trim(($student['firstname'] ?? '') . ' ' . ($student['lastname'] ?? ''))) ?> | = esc($student['class_section_name'] ?? 'N/A') ?> | = $viewedAt ? esc(local_datetime($viewedAt, 'm-d-Y H:i')) : 'Not viewed' ?> |
= esc($signedName ?: 'Signed') ?> = esc(local_datetime($signedAt, 'm-d-Y H:i')) ?> Not signed |
View Report |