Ensure users can only login from the right site
This commit is contained in:
10
resources/views/vendor/adminlte/layouts/partials/footer.blade.php
vendored
Normal file
10
resources/views/vendor/adminlte/layouts/partials/footer.blade.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<!-- Main Footer -->
|
||||
<footer class="main-footer">
|
||||
<!-- To the right -->
|
||||
<div class="float-right d-sm-none d-md-block">
|
||||
{{ config('app.name') }}
|
||||
</div>
|
||||
|
||||
<!-- Default to the left -->
|
||||
<strong>© {{ \Carbon\Carbon::now()->year }} <a href="#">Leenooks</a>.</strong> All rights reserved. [#{{ $site->site_id }}]
|
||||
</footer>
|
Reference in New Issue
Block a user