Dados Pessoais
Endereço de Entrega
Forma de Pagamento
@if($asaasPixEnabled)
@endif
@if($asaasCreditCardEnabled)
@endif
@if($asaasBoletoEnabled)
@endif
Boleto Bancário
Vencimento em 3 dias úteis
Confirmação em 1 a 3 dias úteis
Resumo do Pedido
@foreach($cart['items'] as $item)
@if($item['image'])
@else
@endif
@endforeach
{{ $item['name'] }}
Qtd: {{ $item['quantity'] }}
R$ {{ number_format(($item['discount_price'] ?? $item['price']) * $item['quantity'], 2, ',', '.') }}
Subtotal
R$ {{ number_format($cart['subtotal'], 2, ',', '.') }}
@if($cart['discount'] > 0)
Desconto
- R$ {{ number_format($cart['discount'], 2, ',', '.') }}
@endif
Frete
{{ $cart['free_shipping'] ? 'GRÁTIS' : 'R$ ' . number_format($cart['shipping_cost'], 2, ',', '.') }}
Total
R$ {{ number_format($cart['total'], 2, ',', '.') }}
Economize R$ {{ number_format($cart['total'] - $cart['pix_total'], 2, ',', '.') }} no PIX
Ambiente seguro