@props([ 'title' => null, 'footer' => null, 'class' => '', ])
merge(['class' => "bg-white shadow-md rounded-lg $class"]) }}> {{-- 🔹 Encabezado --}} @if ($title)

{{ $title }}

@endif {{-- 🔹 Contenido principal --}}
{{ $slot }}
{{-- 🔹 Pie de tarjeta --}} @if ($footer)
{{ $footer }}
@endif