Added home screen note, renamed custom login note to html

This commit is contained in:
Deon George
2020-09-19 00:35:29 +10:00
parent cec8775f8e
commit 902330e734
2 changed files with 13 additions and 2 deletions

View File

@@ -38,6 +38,16 @@
</div>
</div>
</div>
@if(file_exists('home-note.html'))
<hr>
<div class="mx-auto card text-white card-body bg-primary w-50">
<h5 class="text-white card-title"><i class="icon fa-2x fas fa-info pr-3"></i><span class="font-size-xlg">NOTE</span></h5>
<span class="w-100 pb-0">
{!! file_get_contents('home-note.html') !!}
</span>
</div>
@endif
@endsection
@section('page-scripts')