@props([ 'type' => 'warning', 'title' => 'Are you sure?', 'description' => 'This action cannot be undone.', 'acceptLabel' => 'Confirm', 'acceptColor' => 'green', 'rejectLabel' => 'Cancel', 'rejectColor' => 'gray', 'action' => '', 'actionParams' => [], 'formRef' => null ]) @php $executeJs = $formRef ? "\$refs['{$formRef}'].submit()" : "\$wire.{$action}(" . collect($actionParams)->implode(', ') . ")"; @endphp