@push('styles') @endpush
Digite na busca e clique em um produto para ver os detalhes
| Código | Produto | Valor | Qtde | Total | |
|---|---|---|---|---|---|
| {{ $item['sku'] ?? '-' }} |
{{ $item['name'] }}
@if($item['discount'] > 0)
Desconto:
@if($item['discount_type'] === 'percentage')
{{ number_format($item['discount_value'], 0) }}%
@else
R$ {{ number_format($item['discount_value'], 2, ',', '.') }}
@endif
@endif
|
R$ {{ number_format($item['final_price'], 2, ',', '.') }} |
{{ $item['quantity'] }}
|
R$ {{ number_format($item['final_price'] * $item['quantity'], 2, ',', '.') }} |
Adicione produtos para começar a venda