7 lines
223 B
PHP
7 lines
223 B
PHP
<section>
|
|
<div class="container mx-auto">
|
|
<p class="text-center text-sm text-gray-500 dark:text-gray-400"></p>
|
|
© {{ now()->year }} {{ config('app.name') }}. All rights reserved.
|
|
</p>
|
|
</div>
|
|
</section> |