2024-08-01 13:53:10 -05:00
|
|
|
<div {{ $attributes->merge(['class' => 'md:grid md:grid-cols-3 md:gap-6']) }}>
|
|
|
|
|
<x-forms.section-title>
|
|
|
|
|
<x-slot name="title">{{ $title }}</x-slot>
|
|
|
|
|
<x-slot name="description">{{ $description }}</x-slot>
|
|
|
|
|
</x-forms.section-title>
|
|
|
|
|
|
|
|
|
|
<div class="mt-5 md:mt-0 md:col-span-2">
|
2025-09-26 17:41:28 -05:00
|
|
|
<div class="px-4 py-5 sm:p-6 bg-base-100 shadow sm:rounded-lg">
|
2024-08-01 13:53:10 -05:00
|
|
|
{{ $content }}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|