diff --git a/app/views/dashboard/settings.blade.php b/app/views/dashboard/settings.blade.php index 85bbc571..6817a818 100644 --- a/app/views/dashboard/settings.blade.php +++ b/app/views/dashboard/settings.blade.php @@ -65,6 +65,14 @@ +

Stylesheet

+
+
+ + +
+
+ diff --git a/app/views/layout/master.blade.php b/app/views/layout/master.blade.php index edb7d23a..de1c1e26 100644 --- a/app/views/layout/master.blade.php +++ b/app/views/layout/master.blade.php @@ -15,6 +15,12 @@ @include('partials.stylesheet') + @if($stylesheet = Setting::get('stylesheet')) + + @endif +