diff --git a/themes/default/views/store/checkout.blade.php b/themes/default/views/store/checkout.blade.php index 313a3354..72ddab0b 100644 --- a/themes/default/views/store/checkout.blade.php +++ b/themes/default/views/store/checkout.blade.php @@ -34,44 +34,71 @@
-
+

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

-
-
-

{{ __('Product') }}:

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

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

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

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

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

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

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