From 75a8db833b4495f2b23b28bf9d7f85f024a7b818 Mon Sep 17 00:00:00 2001 From: IceToast Date: Tue, 28 Mar 2023 00:24:12 +0200 Subject: [PATCH] =?UTF-8?q?style:=20=F0=9F=92=84=20Change=20layout=20of=20?= =?UTF-8?q?checkout=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/default/views/store/checkout.blade.php | 94 +++++++++---------- 1 file changed, 45 insertions(+), 49 deletions(-) diff --git a/themes/default/views/store/checkout.blade.php b/themes/default/views/store/checkout.blade.php index 72ddab0b..313a3354 100644 --- a/themes/default/views/store/checkout.blade.php +++ b/themes/default/views/store/checkout.blade.php @@ -34,71 +34,44 @@
-
+

{{ config('app.name', 'Laravel') }} {{ __('Date') }}: {{ Carbon\Carbon::now()->isoFormat('LL') }} + - Checkout

-
-
- - +
+
+

{{ __('Product') }}:

+ +
+
- - - - - - - - - - + - - - -
{{ __('Quantity') }}{{ __('Product') }}{{ __('Description') }}{{ __('Subtotal') }}
1{{ $product->quantity }} + {{ __('Type') }}: {{ strtolower($product->type) == 'credits' ? $credits_display_name : $product->type }} {{ $product->description }}{{ $product->formatToCurrency($product->price) }}
- -
- -
- - -
- -
- @if (!$productIsFree) -

{{ __('Payment Methods') }}:

-
- @foreach ($paymentGateways as $gateway) -
-
- -
-
- -
-
- @endforeach -
- @endif + + {{ __('Amount') }}: + {{ $product->quantity }} + + {{ __('Description') }}: + {{ $product->description }} + + +
- -
+ +

{{ __('Amount Due') }} {{ Carbon\Carbon::now()->isoFormat('LL') }}

@@ -124,8 +97,31 @@
+ +
+ + +
+ @if (!$productIsFree) +

{{ __('Payment Methods') }}:

+
+ @foreach ($paymentGateways as $gateway) +
+
+ +
+
+ +
+
+ @endforeach + +
+ @endif
-