From c69dcf6ba36661ccf83e4d7027dc3651e7345e61 Mon Sep 17 00:00:00 2001 From: omair saleh Date: Tue, 20 Sep 2022 07:32:05 +0800 Subject: [PATCH] billing fix up --- .../views/pages/payments_redirect.blade.php | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/resources/views/pages/payments_redirect.blade.php b/resources/views/pages/payments_redirect.blade.php index a648d8ee..58285751 100644 --- a/resources/views/pages/payments_redirect.blade.php +++ b/resources/views/pages/payments_redirect.blade.php @@ -28,23 +28,13 @@
Your Payment is Successful
-

Thank you for your payment. {{$transaction->owner instanceof \App\Models\Booking ? 'Your transfer request is now being processed and you will be notified once its complete.' : 'The amount paid has been successfully credited into your wallet.'}}

+

Thank you for your payment. The amount paid has been successfully applied to your invoice.

- @if($transaction->owner instanceof \App\Models\Booking) - -
Dashboard
-
- @endif - @if($transaction->owner instanceof \App\Models\Wallet) - -
Transaction History
-
- @endif -
{{$transaction->owner instanceof \App\Models\Booking ? 'Back to': 'Last'}} Order
+
Back to Order
@@ -65,7 +55,7 @@
Dashboard
-
{{$transaction->owner instanceof \App\Models\Booking ? 'Back to': 'Last'}} Booking
+
Back to Order
@@ -83,7 +73,7 @@