2021-12-17 04:58:24 +00:00
|
|
|
<!-- 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 -->
|
2024-07-25 04:08:26 +00:00
|
|
|
<strong>© {{ \Carbon\Carbon::now()->year }} <a href="#">Leenooks</a>.</strong> All rights reserved. @isset($site)[#{{ $site->site_id }}]@endisset
|
2021-12-17 04:58:24 +00:00
|
|
|
</footer>
|