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