From 6aae47827fc76cdf09e92ea118465f41bb28e40a Mon Sep 17 00:00:00 2001 From: purple Date: Thu, 23 Feb 2023 22:02:15 +0100 Subject: [PATCH] Added a modal license documentation I finally did it. --- .../extensions/blueprint/index.blade.php | 26 +++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/resources/views/admin/extensions/blueprint/index.blade.php b/resources/views/admin/extensions/blueprint/index.blade.php index 069e168..d163c0f 100644 --- a/resources/views/admin/extensions/blueprint/index.blade.php +++ b/resources/views/admin/extensions/blueprint/index.blade.php @@ -33,10 +33,10 @@
@if ($license) -

Your license key is valid. Learn more.

+

Your license key is valid. Learn more.

@else -

Your license key could not be validated. Learn more.

+

Your license key could not be validated. Learn more.

@endif
@@ -75,4 +75,26 @@ + @endsection \ No newline at end of file