mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-16 16:37:47 +00:00
9 lines
213 B
PHP
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>
|