diff --git a/resources/scripts/components/auth/LoginFormContainer.tsx b/resources/scripts/components/auth/LoginFormContainer.tsx
index 74530c00a..096070a09 100644
--- a/resources/scripts/components/auth/LoginFormContainer.tsx
+++ b/resources/scripts/components/auth/LoginFormContainer.tsx
@@ -40,6 +40,6 @@ export default forwardRef © 2015 - {new Date().getFullYear()} © 2024 - {new Date().getFullYear()}
{{ config('app.version') }}
. Your panel is up-to-date!
+ You are running Pelican version {{ config('app.version') }}
. Your panel is up-to-date!
@else
Your panel is not up-to-date! The latest version is
diff --git a/resources/views/layouts/admin.blade.php b/resources/views/layouts/admin.blade.php
index 3f82dea47..12b62c35e 100644
--- a/resources/views/layouts/admin.blade.php
+++ b/resources/views/layouts/admin.blade.php
@@ -7,13 +7,7 @@
-
-
-
-
-
-
-
+
@include('layouts.scripts')