update copyright for panel footer
This commit is contained in:
parent
f4992691aa
commit
22cce28b3b
|
|
@ -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 © {{ 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') }})
|
||||
© {{ date('Y') }} All Rights Reserved</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -35,4 +35,5 @@
|
|||
|
||||
@stack('add-scripts')
|
||||
</body>
|
||||
<!-- BeikeShop v{{ config('beike.version') }}({{ config('beike.build') }}) -->
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in New Issue