@props([ 'id' => null, 'title' => 'Cancelar', 'modalTitle' => 'Cancelar Registo', 'component' => null, 'event' => null, 'message' => null, 'buttonText' => 'Confirmar', 'buttonClass' => 'btn btn-danger', 'icon' => 'fas fa-times-circle', ]) merge(['class' => 'dropdown-item']) }} href="#" onclick="Livewire.emit( 'showModal', 'backend.dialog-livewire-tables', '{{ $id }}', '{{ $modalTitle }}', '{{ $component }}', '{{ $event }}', '{{ e($message) }}', '{{ $buttonText }}', '{{ $buttonClass }}' ); return false"> {{ $title }}