From 444803f9ca5f2b13d1f5472d8d4a6bed0bc36819 Mon Sep 17 00:00:00 2001 From: cnohall Date: Fri, 13 Sep 2024 11:59:02 +0900 Subject: [PATCH] clean up pay.blade.php file --- .../gateways/blockonomics/pay.blade.php | 148 ++++++------------ 1 file changed, 48 insertions(+), 100 deletions(-) diff --git a/resources/views/portal/ninja2020/gateways/blockonomics/pay.blade.php b/resources/views/portal/ninja2020/gateways/blockonomics/pay.blade.php index 61cab3face09..d6b228463a32 100644 --- a/resources/views/portal/ninja2020/gateways/blockonomics/pay.blade.php +++ b/resources/views/portal/ninja2020/gateways/blockonomics/pay.blade.php @@ -2,13 +2,7 @@ @section('gateway_content') -
-
Invoice #{{$invoice_number}}
@@ -60,51 +54,44 @@ - - - - - @@ -346,26 +314,6 @@ .rotating { animation: rotating 2s linear infinite; } - /* .progress-message { - display: none; - margin: 90px 0; - max-width: 400px; - font-size: 16px; - text-align: center; - } - #link { - color: #007bff; - text-decoration: underline; - } */ - - @endsection -