- 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.
10 lines
216 B
PHP
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>
|