From 882dfbcebc38751bc3636722a91e242cf5bb2f58 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Thu, 20 Dec 2018 22:01:05 -0700 Subject: [PATCH] Add confirmation to delete account view --- .../views/settings/remove/permanent.blade.php | 24 +++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/resources/views/settings/remove/permanent.blade.php b/resources/views/settings/remove/permanent.blade.php index ff62b70c1..91eb5987f 100644 --- a/resources/views/settings/remove/permanent.blade.php +++ b/resources/views/settings/remove/permanent.blade.php @@ -22,10 +22,30 @@

@csrf - +
+ + +
+

-@endsection \ No newline at end of file +@endsection + +@push('scripts') + +@endpush \ No newline at end of file