6 lines
243 B
PHP
6 lines
243 B
PHP
<footer class="main-footer">
|
|
<strong>Copyright © {{ date('Y') }} <a href="{{ url('/') }}">{{ config('app.name') }}</a>.</strong> All rights reserved.
|
|
<div class="float-right d-none d-sm-inline-block">
|
|
<b>Version</b> 1.5.0
|
|
</div>
|
|
</footer> |