From 58c0cf2f19da36df07922e4fd13de94eed64533d Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sun, 30 Oct 2016 21:50:56 +0000 Subject: [PATCH] Use asset helper --- resources/views/layout/clean.blade.php | 18 +++++++++--------- resources/views/layout/dashboard.blade.php | 18 +++++++++--------- resources/views/layout/master.blade.php | 16 ++++++++-------- 3 files changed, 26 insertions(+), 26 deletions(-) diff --git a/resources/views/layout/clean.blade.php b/resources/views/layout/clean.blade.php index c9d04391..3b364d43 100644 --- a/resources/views/layout/clean.blade.php +++ b/resources/views/layout/clean.blade.php @@ -9,16 +9,16 @@ - - + + - - - - - - - + + + + + + + {{ $page_title or $site_title }} diff --git a/resources/views/layout/dashboard.blade.php b/resources/views/layout/dashboard.blade.php index 3580a815..81f87f4d 100644 --- a/resources/views/layout/dashboard.blade.php +++ b/resources/views/layout/dashboard.blade.php @@ -9,16 +9,16 @@ - - + + - - - - - - - + + + + + + + {{ $page_title or $site_title }} diff --git a/resources/views/layout/master.blade.php b/resources/views/layout/master.blade.php index 6e681fd7..ba5a12e4 100644 --- a/resources/views/layout/master.blade.php +++ b/resources/views/layout/master.blade.php @@ -26,7 +26,7 @@ - + @if (isset($favicon)) @@ -36,13 +36,13 @@ @endif - - - - - - - + + + + + + + {{ $site_title }}