diff --git a/resources/views/layouts/admin.php b/resources/views/layouts/admin.php
index 9ef5d4f..0b6813d 100644
--- a/resources/views/layouts/admin.php
+++ b/resources/views/layouts/admin.php
@@ -1,11 +1,25 @@
-
+
- = $this->escape($title ?? 'Admin') ?> - ScoutIQ
+ = $this->escape($title ?? ($t['dashboard'] ?? 'Admin')) ?> - ScoutIQ
+
+
+
+
+
@@ -19,44 +33,57 @@
@@ -67,7 +94,7 @@
- Platform Mode: = $this->escape($_ENV['APP_ENV'] ?? 'local') ?>
+ = $t['platform_mode'] ?? 'Platform Mode' ?>: = $this->escape($_ENV['APP_ENV'] ?? ($t['local'] ?? 'local')) ?>
= $this->escape($user['name'] ?? 'User') ?>
@@ -84,4 +111,4 @@
-
+
\ No newline at end of file