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 @@
-
{{$transaction->owner instanceof \App\Models\Booking ? 'Back to': 'Last'}} Booking
+
Back to Order
Retry Payment