= $this->extend('layout/management_layout') ?> = $this->section('content') ?>
| Title | Department | Location | Type | Status | Post Date | Actions |
|---|---|---|---|---|---|---|
| = esc($position['title']) ?> | = esc($position['department'] ?? '') ?> | = esc($position['location'] ?? '') ?> | = esc($position['employment_type'] ?? '') ?> | = esc(ucfirst($status)) ?> | = !empty($position['posted_at']) ? esc(date('M j, Y', strtotime((string) $position['posted_at']))) : '—' ?> | Edit Public View |