From 7dc0467b2cdb67510cf69beeeb357471f69ec008 Mon Sep 17 00:00:00 2001 From: hackerESQ Date: Thu, 1 Aug 2024 20:43:31 -0500 Subject: [PATCH] make api token available in future --- .../views/api/api-token-manager.blade.php | 2 +- .../components/confirmation-modal.blade.php | 27 +++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 resources/views/components/confirmation-modal.blade.php diff --git a/resources/views/api/api-token-manager.blade.php b/resources/views/api/api-token-manager.blade.php index 77ae9e7..bba903b 100644 --- a/resources/views/api/api-token-manager.blade.php +++ b/resources/views/api/api-token-manager.blade.php @@ -41,7 +41,7 @@ {{ __('Created.') }} - + {{ __('Create') }} diff --git a/resources/views/components/confirmation-modal.blade.php b/resources/views/components/confirmation-modal.blade.php new file mode 100644 index 0000000..c26b430 --- /dev/null +++ b/resources/views/components/confirmation-modal.blade.php @@ -0,0 +1,27 @@ +@props(['id' => null, 'maxWidth' => null]) + + +
+
+
+ + + +
+ +
+

+ {{ $title }} +

+ +
+ {{ $content }} +
+
+
+
+ +
+ {{ $footer }} +
+