Aknaproff/resources/views/layouts/partials/footer.blade.php

12 lines
462 B
PHP
Raw Normal View History

2023-09-21 12:45:08 +00:00
<footer class="main-footer no-print">
<div class="float-right d-none d-sm-inline">
@lang('messages.application_copyright',[
'name' => config('app.name', 'Laravel'),
'version' => config('author.app_version'),
'year' => date('Y')
])
</div>
<!-- Default to the left -->
<!-- <strong>Copyright © 2014-2019 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights reserved. -->
</footer>