libra/resources/views/components/auth-header.blade.php

10 lines
252 B
PHP

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