changed app.blade.php

This commit is contained in:
2025-03-15 21:08:18 +01:00
parent 05f2ac7edb
commit efb3f34415
6 changed files with 54 additions and 5 deletions
@@ -0,0 +1,7 @@
<section>
<div class="container mx-auto">
<p class="text-center text-sm text-gray-500 dark:text-gray-400"></p>
&copy; {{ now()->year }} {{ config('app.name') }}. All rights reserved.
</p>
</div>
</section>