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
-