diff --git a/resources/views/store/checkout.blade.php b/resources/views/store/checkout.blade.php index 0f4eef51..d82f5a71 100644 --- a/resources/views/store/checkout.blade.php +++ b/resources/views/store/checkout.blade.php @@ -104,22 +104,25 @@

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

- + @endif + @if (env('STRIPE_TEST_SECRET') || env('STRIPE_SECRET')) + + @endif
@@ -135,7 +138,7 @@ {{ $product->formatToCurrency($product->price) }} - Tax ({{ $taxpercent }}%) + {{ __('Tax') }} ({{ $taxpercent }}%) {{ $product->formatToCurrency($taxvalue) }} @@ -143,7 +146,7 @@ 1 - Total: + {{ __('Total') }}: {{ $product->formatToCurrency($total) }} @@ -156,7 +159,8 @@
- {{ __('Submit Payment') }}