🔥
{{ translate('Your cart will expire in') }}
10 : 00
{{ translate('minutes! Please checkout now before your items sell out!') }}
{{ translate('Buy') }}
{{$currency->symbol}}250.00
{{ translate('more to get') }}
{{ translate('freeship') }}
{{ translate('Products') }}
{{ translate('Quantity') }}
{{ translate('Total Price') }}
{{-- Products dynamically loaded here --}}
@auth
@foreach ([['10%', 200], ['15%', 300], ['20%', 400]] as [$percent, $min])
{{ translate('Discount') }}
{{ $percent }} {{ translate('OFF') }}
{{ translate('For all orders') }}
{{ translate('from') }} ${{ $min }}
{{ translate('Code') }}: AN6810
{{ translate('Apply Code') }}
@endforeach
@endauth
{{ translate('Order Summary') }}
{{ translate('Subtotal') }}
{{$currency->symbol}}136.00
{{ translate('Discounts') }}
-{{$currency->symbol}}0.00
@auth
{{ translate('Shipping') }}
@foreach($data['shipping'] as $shipping)
@endforeach
@foreach($data['shipping'] as $shipping)
{{$currency->symbol}}{{number_format($shipping->price,2)}}
@endforeach
@endauth
{{ translate('Total') }}
{{$currency->symbol}}116.00