chore: remove APAW from tracking; gitignore agent-generated files
This commit is contained in:
12
resources/views/layouts/partials/footer.blade.php
Normal file
12
resources/views/layouts/partials/footer.blade.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user