adding laravel 12 Co-authored-by: jon brookes <marshyon@gmail.com> Reviewed-on: https://codeberg.org/headshed/share-lt/pulls/1
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>
|