No pages yet.
= htmlspecialchars((string)($page['title'] ?? ''), ENT_QUOTES, 'UTF-8') ?>
= htmlspecialchars((string)($page['slug'] ?? ''), ENT_QUOTES, 'UTF-8') ?>
= ((int)($page['is_published'] ?? 0) === 1) ? 'Published' : 'Draft' ?>
= ((int)($page['is_home'] ?? 0) === 1) ? 'Yes' : 'No' ?>
= ((int)($page['is_blog_index'] ?? 0) === 1) ? 'Yes' : 'No' ?>
= htmlspecialchars((string)($page['updated_at'] ?? ''), ENT_QUOTES, 'UTF-8') ?>