19 lines
646 B
PHP
Executable File
19 lines
646 B
PHP
Executable File
<div id="sentinel" style="height: 20px;"></div>
|
|
<footer class="footer bg-white py-3 py-md-4">
|
|
<div class="container text-center text-lg-start text-xs text-muted">
|
|
Copyright © 2024 <a href="/" title="{{config('app.name')}}">{{env('APP_NAME')}}</a>.
|
|
</div>
|
|
</footer>
|
|
|
|
{{-- Fixed Menu --}}
|
|
<ul class="scroll-fixed-menu">
|
|
<li id="scrollToTOP" class="scroll-to-top">
|
|
<button class="btn btn-primary btn-icon btn-rounded">
|
|
<span><i class="iconfont icon-arrowup"></i></span>
|
|
</button>
|
|
</li>
|
|
</ul>
|
|
<div class="mobile-overlay"></div>
|
|
|
|
<!-- <script src="/static/js/ui/core-ui.min.js" defer></script> -->
|