byos_laravel/resources/views/components/auth-header.blade.php
2026-01-15 23:34:58 +01:00

9 lines
213 B
PHP

@props([
'title',
'description',
])
<div class="flex w-full flex-col text-center">
<flux:heading size="xl">{{ $title }}</flux:heading>
<flux:subheading>{{ $description }}</flux:subheading>
</div>