diff --git a/resources/views/components/modal-confirmation.blade.php b/resources/views/components/modal-confirmation.blade.php
index dcd14c0d2..658ca9df4 100644
--- a/resources/views/components/modal-confirmation.blade.php
+++ b/resources/views/components/modal-confirmation.blade.php
@@ -17,6 +17,7 @@
+}" @keydown.escape.window="modalOpen = false; resetModal()" :class="{ 'z-40': modalOpen }" class="relative w-auto h-auto">
@if ($customButton)
@if ($buttonFullWidth)
@@ -76,12 +83,31 @@
@endif
@endif
-
-
-
+
+
+
{{ $title }}
-
- 1 ? step-- : modalOpen = false"
- x-text="(step === 1 && {{ json_encode(empty($checkboxes)) }}) || step === 1 ? 'Cancel' : 'Back'"
- class="w-24 dark:bg-coolgray-200 dark:hover:bg-coolgray-300"
- >
+
+
+ Back
+
+
+
+
+ Cancel
+
+