'Page not found', 403 => 'Forbidden', 500 => 'Server error']; $msg = $messages[$status] ?? 'Something went wrong'; if (Auth::check()): $page_title = $status; $nav_active = ''; include ROOT . '/views/_header.php'; ?>
= $status ?>
= htmlspecialchars($msg) ?>