From f2a02230c70cf8d699ec1df36b894396feae2d73 Mon Sep 17 00:00:00 2001 From: edmondlang Date: Sat, 18 Mar 2023 23:16:08 +0800 Subject: [PATCH] update payment redirect --- resources/views/pages/payments_redirect.blade.php | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/resources/views/pages/payments_redirect.blade.php b/resources/views/pages/payments_redirect.blade.php index 19a85bde..f72404bc 100644 --- a/resources/views/pages/payments_redirect.blade.php +++ b/resources/views/pages/payments_redirect.blade.php @@ -40,7 +40,7 @@ @endif @if($company_module_marking) -
Back to Payment and Billing
+
Back to Payment and Billing
@endif @@ -66,6 +66,11 @@
Back to Order
@endif + @if($company_module_marking) + +
Back to Payment and Billing
+
+ @endif @@ -83,7 +88,12 @@
@if($marking) -
Back to Order
+
Back to Order
+
+ @endif + @if($company_module_marking) + +
Back to Payment and Billing
@endif