From e36ff351dea75b0736d4705c79a46e296a87fbd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Fri, 18 Sep 2020 09:48:14 +0200 Subject: [PATCH] Pass method id when removing record --- .../includes/modals/removal.blade.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/views/portal/ninja2020/payment_methods/includes/modals/removal.blade.php b/resources/views/portal/ninja2020/payment_methods/includes/modals/removal.blade.php index 6a5cb00cd4f3..dca664c78404 100644 --- a/resources/views/portal/ninja2020/payment_methods/includes/modals/removal.blade.php +++ b/resources/views/portal/ninja2020/payment_methods/includes/modals/removal.blade.php @@ -1,4 +1,4 @@ -
+
+ class="px-4 pt-5 pb-4 overflow-hidden transition-all transform bg-white rounded-lg shadow-xl sm:max-w-lg sm:w-full sm:p-6">
- + class="flex items-center justify-center flex-shrink-0 w-12 h-12 mx-auto bg-red-100 rounded-full sm:mx-0 sm:h-10 sm:w-10"> +
-

+

{{ ctrans('texts.confirmation') }}

@@ -33,7 +33,7 @@
-
+ @csrf @method('DELETE')
-
+