= $this->extend('layout/management_layout') ?> = $this->section('content') ?>
| Title | Department | Location | Type | Status | Post Date | Detail Clicks | 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']))) : '—' ?> | = esc(number_format((int) ($position['details_click_count'] ?? 0))) ?> | Edit Public View |