= 0fd2848475 Refactor: update auth page design and favicon
- Updated login and registration forms with improved layout and new components for better user experience.
- Removed unused favicon and replaced references with updated logo image.
2026-05-22 09:02:16 +00:00

10 lines
216 B
PHP

@props([
'title',
'description',
])
<div class="flex w-full flex-col text-center gap-2">
<p class="text-2xl font-bold">{{ $title }}</p>
<p class="text-sm text-gray-500">{{ $description }}</p>
</div>