From 902330e734811475a82d8162c7578766df0d56b0 Mon Sep 17 00:00:00 2001 From: Deon George Date: Sat, 19 Sep 2020 00:35:29 +1000 Subject: [PATCH] Added home screen note, renamed custom login note to html --- resources/themes/architect/views/auth/login.blade.php | 5 +++-- resources/views/home.blade.php | 10 ++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/resources/themes/architect/views/auth/login.blade.php b/resources/themes/architect/views/auth/login.blade.php index affc377..16723ee 100644 --- a/resources/themes/architect/views/auth/login.blade.php +++ b/resources/themes/architect/views/auth/login.blade.php @@ -11,14 +11,15 @@
+ + @if(file_exists('home-note.html')) +
+
+
NOTE
+ + {!! file_get_contents('home-note.html') !!} + +
+ @endif @endsection @section('page-scripts')