Files
hpt_inventory/resources/views/layout/footer.blade.php
2026-06-10 16:42:20 +07:00

11 lines
555 B
PHP

<footer class="footer position-fixed w-100" style="bottom: 0; /*width: calc(100% - 236px);*/ z-index: 2;">
<div class="card border-0" style="background-color: #29c6ff0f !important; border-top: 1px solid #c0dfe9 !important;">
<div class="card-body py-2">
<div class="d-sm-flex justify-content-right justify-content-sm-between_ text-center">
<span class="text-center text-sm-left d-block d-sm-inline-block">{{__('© '.date('Y').' ' . env('APP_NAME'))}}</span>
</div>
</div>
</div>
</footer>