{{ $qty }} x "{{ $product->name }}"
{{ $qty }}x{{ config('app.currency_symbol') }}{{ money($product->price) }}
{{ __('Subtotal') }}:
{{ config('app.currency_symbol') }}{{ money($product->price * $qty) }}
@if ($product->discount_more)
@if ($qty > explode(':', $product->discount_more)[0])
{{ __('Discount') }}(%{{ explode(':', $product->discount_more)[1] }}):
-{{ config('app.currency_symbol') }}{{ money($product->price * $qty - $total) }}
@endif
@endif
{{ __('Coupon Discount') }}
{{ __('Total') }}:
{{ config('app.currency_symbol') }}{{ money($total) }}
{!! Cache::get('agree_message') !!}
@if (Cache::get('google_recaptcha_sitekey') && Cache::get('google_recaptcha_secretkey'))
@endif