From 3e5d598d53a8277ee3cd2cd65f38c24871086c49 Mon Sep 17 00:00:00 2001 From: cnohall Date: Thu, 5 Sep 2024 12:33:28 +0900 Subject: [PATCH] update UI on checkout page --- .../gateways/blockonomics/pay.blade.php | 52 +++++++++++++------ 1 file changed, 35 insertions(+), 17 deletions(-) diff --git a/resources/views/portal/ninja2020/gateways/blockonomics/pay.blade.php b/resources/views/portal/ninja2020/gateways/blockonomics/pay.blade.php index 9bc92b773877..f2574eb7a596 100644 --- a/resources/views/portal/ninja2020/gateways/blockonomics/pay.blade.php +++ b/resources/views/portal/ninja2020/gateways/blockonomics/pay.blade.php @@ -4,13 +4,26 @@ - -
Invoice #{{$invoice_id}}
-
To pay, send exactly this BTC amount
- -
To this bitcoin address
- -
+
+
Invoice #{{$invoice_id}}
+
To pay, send exactly this BTC amount
+ +
To this bitcoin address
+ +
+
+ +
+ @csrf + + + + + + + +
+ -
- @csrf - - - - - - - -
+ @endsection