@foreach ($cart->items as $item)
@if ($item->product->brand)

{{ $item->product->brand['marca'] }}

@endif

{{ $item->product->name }}

@if ($item->product->isInSale())
@lang('messages.PRICE') {{ Helper::formatAsCurrency($item->product->regularPrice) }} {{ Helper::formatAsCurrency($item->product->salePrice) }}
@else
@lang('messages.PRICE') {{ Helper::formatAsCurrency($item->product->salePrice) }}
@endif
{{ $item->qtd }} @if (!$stockProblem) @else @endif
@if ($item->stockProblem)

@lang('messages.ITEM_NO_LONGER_AVAILABLE')

@endif
@endforeach

@lang('messages.ORDER_SUMMARY')

Subtotal: {{ Helper::formatAsCurrency($cart->totalWithoutDiscounts) }}
@lang('messages.DISCOUNT'): {{ Helper::formatAsCurrency($cart->discounts) }}
@if ($cart->voucher !== null)
@lang('messages.VOUCHER_TRANS'): {{ $cart->voucher['codVoucher'] }}
@endif
@lang('messages.ORDER_HISTORY_DELIVERY') {{ Helper::formatAsCurrency(0) }}
@lang('messages.ORDER_DUTIES_TAXES_FEES') {{ Helper::formatAsCurrency(0) }}
@lang('messages.LI_TOTAL') ({{ $cart->qtt }} items): {{ Helper::formatAsCurrency($cart->total) }}
@lang('messages.DELIVERY_TIME_INFORMATION'):

@lang('messages.DELIVERY_TIME_INFORMATION_TEXT')

@if (!$stockProblem)
@else
@endif

@lang('messages.AO_ENCOMENDAR_CONCORDA_COM_OS') @lang('messages.TERMOS_E_CONDICOES_GERAIS') @lang('messages.DA_C2G').

@lang('messages.VAMOS_PROCESSAR_OS_SEUS_DADOS')@lang('messages.POLITICA_DE_PRIVACIDADE') @lang('messages.DA_C2G').