diff --git a/resources/views/dashboard/partials/head.blade.php b/resources/views/dashboard/partials/head.blade.php
index f7d1188a..d230e7a7 100644
--- a/resources/views/dashboard/partials/head.blade.php
+++ b/resources/views/dashboard/partials/head.blade.php
@@ -18,7 +18,7 @@
-
@yield('pageTitle', isset($page_title) ? $page_title.' | Cachet' : 'Cachet')
+ @yield('pageTitle', isset($app_name) ? $app_name.' | Cachet' : 'Cachet')
diff --git a/resources/views/layout/master.blade.php b/resources/views/layout/master.blade.php
index 2f99abd3..e5f28134 100644
--- a/resources/views/layout/master.blade.php
+++ b/resources/views/layout/master.blade.php
@@ -7,8 +7,8 @@
-
-
+
+
@@ -35,7 +35,7 @@
- {{ $page_title }}
+ {{ isset($app_name) ? $app_name.' | Cachet' : 'Cachet' }}