@props([ 'id', // ID del modal (data-bs-target) 'title' => '¿Estás seguro?', 'message', // texto del cuerpo 'confirmLabel' => 'Confirmar', 'cancelLabel' => 'Cancelar', 'confirmClass' => 'btn-danger', 'action', // URL del form action 'method' => 'POST', // POST | DELETE | PATCH 'icon' => 'fa-triangle-exclamation', 'iconColor' => 'text-warning', ]) {{-- Modal de confirmación reusable — patrón Bootstrap 5. Uso típico: --}}