diff --git a/resources/views/payment/va_show.blade.php b/resources/views/payment/va_show.blade.php
index 9c66edb..21a39ab 100644
--- a/resources/views/payment/va_show.blade.php
+++ b/resources/views/payment/va_show.blade.php
@@ -112,6 +112,21 @@
Rp {{ number_format($vaPayment->total_amount, 0, ',', '.') }}
+
+ | {{ get_phrase('Time Remaining') }} |
+
+
+
+
+ --:--:--
+
+
+ {{ get_phrase('Waiting for payment') }}
+
+
+ |
+
+
| {{ get_phrase('Expired At') }} |
@@ -126,7 +141,7 @@
| {{ get_phrase('Status') }} |
@if ($vaPayment->status == 0)
-
+
{{ get_phrase('UNPAID') }}
@elseif ($vaPayment->status == 1)
@@ -185,49 +200,89 @@
@include('frontend.default.toaster')
-
-
|