From 567fe73df7ea40700d56dd8a7f5900f37c5d77f3 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Thu, 31 Oct 2024 13:45:26 +0100 Subject: [PATCH] remove duplicated step 3 --- .../components/modal-confirmation.blade.php | 43 +++++-------------- 1 file changed, 11 insertions(+), 32 deletions(-) diff --git a/resources/views/components/modal-confirmation.blade.php b/resources/views/components/modal-confirmation.blade.php index 7d44b550e..f0c42a71d 100644 --- a/resources/views/components/modal-confirmation.blade.php +++ b/resources/views/components/modal-confirmation.blade.php @@ -289,29 +289,6 @@ @endif @endif - -
Final Confirmation
-Please enter your password to confirm this destructive action.
-{{ $message }}
- @enderrorPlease enter your password to confirm this destructive action.
-
+ @error('password'){{ $message }}
@enderror