- Cantidad de Productos{{ count(Cart::getContent()) }}
- Sub Total${{ number_format(Cart::getSubTotal(), 0, ',', '.') }}
- Total${{ number_format(Cart::getTotal(), 0, ',', '.') }}
- Cantidad de Productos{{ count(Cart::getContent()) }}
- Sub Total€{{ Cart::getSubTotal() }}
- Total€{{ Cart::getTotal() }}