From 51a5631b744504446a4992009cfad7ec759d31d8 Mon Sep 17 00:00:00 2001 From: Baghiz Zuhdi Adzin <74885652+baghizzhd@users.noreply.github.com> Date: Thu, 22 Jan 2026 10:19:24 +0700 Subject: [PATCH] fix layout pembayaran --- .../default/student/cart/index.blade.php | 4 +- resources/views/payment/va_show.blade.php | 131 +++++++++++++----- 2 files changed, 95 insertions(+), 40 deletions(-) diff --git a/resources/views/frontend/default/student/cart/index.blade.php b/resources/views/frontend/default/student/cart/index.blade.php index bba49c8..86f524f 100644 --- a/resources/views/frontend/default/student/cart/index.blade.php +++ b/resources/views/frontend/default/student/cart/index.blade.php @@ -168,14 +168,14 @@ -
+
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') - - <