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: escape($_ENV['APP_ENV'] ?? 'local') ?> + : escape($_ENV['APP_ENV'] ?? ($t['local'] ?? 'local')) ?>
escape($user['name'] ?? 'User') ?> @@ -84,4 +111,4 @@
- + \ No newline at end of file