Files
AFC-Demo/resources/views/components/auth-header.blade.php
T

10 lines
213 B
PHP
Raw Normal View History

2025-10-16 14:22:46 +02:00
@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>