update copyright for panel footer

This commit is contained in:
Edward Yang 2022-09-21 10:05:01 +08:00
parent f4992691aa
commit 22cce28b3b
2 changed files with 5 additions and 1 deletions

View File

@ -42,7 +42,10 @@
<div class="container-fluid p-0">
@yield('content')
<p class="text-center text-secondary mt-5">Chengdu <a href="https://beikeshop.com/" class="ms-2" target="_blank">Guangda Network</a> Technology &copy; {{ date('Y') }} All Rights Reserved v{{ config('beike.version') }}({{ config('beike.build') }})</p>
<p class="text-center text-secondary mt-5">
<a href="https://beikeshop.com/" class="ms-2" target="_blank">BeikeShop</a>
v{{ config('beike.version') }}({{ config('beike.build') }})
&copy; {{ date('Y') }} All Rights Reserved</p>
</div>
</div>
</div>

View File

@ -35,4 +35,5 @@
@stack('add-scripts')
</body>
<!-- BeikeShop v{{ config('beike.version') }}({{ config('beike.build') }}) -->
</html>