7 lines
243 B
PHP
7 lines
243 B
PHP
<section class="border-t border-blackout-950">
|
|
<div class="container mx-auto py-12">
|
|
<p class="text-center text-zinc-400 text-sm">
|
|
© {{ now()->year }} {{ config('app.name') }}. All rights reserved.
|
|
</p>
|
|
</div>
|
|
</section> |