11 lines
555 B
PHP
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: #29ff680f !important; border-top: 1px solid #c1ebd2 !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>
|