diff --git a/resources/views/layout/error.blade.php b/resources/views/layout/error.blade.php index dbe518db..21a7ef2c 100644 --- a/resources/views/layout/error.blade.php +++ b/resources/views/layout/error.blade.php @@ -21,7 +21,7 @@ {{ isset($page_title) ?: Setting::get('app_name') }} - + @include('partials.stylesheet') diff --git a/resources/views/layout/master.blade.php b/resources/views/layout/master.blade.php index 831457b9..e5a03ecc 100644 --- a/resources/views/layout/master.blade.php +++ b/resources/views/layout/master.blade.php @@ -37,7 +37,7 @@ {{ $page_title }} - + @include('partials.stylesheet') diff --git a/resources/views/partials/dashboard/head.blade.php b/resources/views/partials/dashboard/head.blade.php index 330a4973..69a5ba87 100644 --- a/resources/views/partials/dashboard/head.blade.php +++ b/resources/views/partials/dashboard/head.blade.php @@ -20,7 +20,7 @@ {{ isset($page_title) ? $page_title : Setting::get('app_name') }} | Cachet - + @include('partials.crowdin')