@props([ 'title' => 'Are you sure?', 'isErrorButton' => false, 'isHighlightedButton' => false, 'buttonTitle' => 'Confirm Action', 'buttonFullWidth' => false, 'customButton' => null, 'disabled' => false, 'dispatchAction' => false, 'submitAction' => 'delete', 'content' => null, 'checkboxes' => [], 'actions' => [], 'confirmWithText' => true, 'confirmationText' => 'Confirm Deletion', 'confirmationLabel' => 'Please confirm the execution of the actions by entering the Name below', 'shortConfirmationLabel' => 'Name', 'confirmWithPassword' => true, 'step1ButtonText' => 'Continue', 'step2ButtonText' => 'Continue', 'step3ButtonText' => 'Confirm', 'dispatchEvent' => false, 'dispatchEventType' => 'success', 'dispatchEventMessage' => '', 'ignoreWire' => true, 'temporaryDisableTwoStepConfirmation' => false, ]) @php use App\Models\InstanceSettings; $disableTwoStepConfirmation = data_get(InstanceSettings::get(), 'disable_two_step_confirmation'); if ($temporaryDisableTwoStepConfirmation) { $disableTwoStepConfirmation = false; } @endphp
Warning
This operation is permanent and cannot be undone. Please think again before proceeding!
{{ $confirmationLabel }}
Final Confirmation
Please enter your password to confirm this destructive action.
@error('password')
{{ $message }}
@enderror