mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
9 lines
255 B
PHP
9 lines
255 B
PHP
@props([
|
|
'title',
|
|
'description',
|
|
])
|
|
|
|
<div class="flex w-full flex-col gap-2 text-center">
|
|
<h1 class="text-xl font-medium dark:text-zinc-200">{{ $title }}</h1>
|
|
<p class="text-center text-sm dark:text-zinc-400">{{ $description }}</p>
|
|
</div>
|