From 1f58f2f5242df7d02333fd8233c0ce8334338534 Mon Sep 17 00:00:00 2001 From: printempw Date: Tue, 21 Aug 2018 11:08:13 +0800 Subject: [PATCH] Fix logging out at homepage --- resources/views/index.blade.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php index 4d61a380..e315b769 100644 --- a/resources/views/index.blade.php +++ b/resources/views/index.blade.php @@ -6,7 +6,8 @@ {{ option_localized('site_name') }} {!! bs_favicon() !!} - + + @include('common.dependencies.style', ['module' => 'home'])