prepare("INSERT INTO view_logs (page_name) VALUES (?)"); $stmt->execute(['New View Page']); } catch (Exception $e) {} $pageTitle = "New View Test - " . ($_SERVER['PROJECT_NAME'] ?? 'Internal App'); ?> <?php echo $pageTitle; ?>

Component Playground

Use this space to test new layout components and UI elements.

Sample Form Layout Functional
UI Guidelines
  • Use Inter font stack.
  • Prefer compact spacing.
  • Avoid gradients.
  • Keep borders subtle (#dee2e6).
Testing Tip

You can trigger global notifications using the showToast(msg) JS function.