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')