2024-08-03 23:52:53 -05:00
|
|
|
@props(['title' => ''])
|
|
|
|
|
|
|
|
|
|
<x-card
|
|
|
|
|
{{ $attributes->merge(['class' => 'bg-slate-100 dark:bg-base-200 rounded-lg']) }}
|
|
|
|
|
>
|
|
|
|
|
|
2024-10-18 20:46:22 -05:00
|
|
|
<h2 class="text-xl mb-2 flex items-center truncate"> {{ $title }} </h2>
|
2024-08-03 23:52:53 -05:00
|
|
|
|
|
|
|
|
{{ $slot }}
|
|
|
|
|
</x-card>
|