@props(['show' => false, 'maxWidth' => 'lg', 'cerrar' => "\$set('modalAbierto', false)"]) @php $anchos = [ 'sm' => 'sm:max-w-sm', 'md' => 'sm:max-w-md', 'lg' => 'sm:max-w-lg', 'xl' => 'sm:max-w-xl', '2xl' => 'sm:max-w-2xl', ][$maxWidth]; @endphp @if ($show)
merge(['class' => "relative mb-6 bg-white rounded-2xl overflow-hidden shadow-xl sm:w-full {$anchos} sm:mx-auto"]) }}> {{ $slot }}
@endif