init project
This commit is contained in:
10
resources/views/layout/footer.blade.php
Normal file
10
resources/views/layout/footer.blade.php
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
<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>
|
||||
Reference in New Issue
Block a user