Mesa #{{ $comanda->mesa?->numero }} {{ $comanda->mesa?->nome }} · {{ now()->format('d/m/Y H:i') }}
@if ($comanda->garcom)Garçom: {{ $comanda->garcom->name }}
@endif| Item | Valor |
|---|---|
| {{ $it->nome_produto }} × {{ $it->quantidade }} | R$ {{ number_format((float) $it->valor_total, 2, ',', '.') }} |
Subtotal: R$ {{ number_format((float) $comanda->subtotal, 2, ',', '.') }}
Taxa: R$ {{ number_format((float) $comanda->taxa_servico, 2, ',', '.') }} · Desconto: R$ {{ number_format((float) $comanda->desconto, 2, ',', '.') }}
Total: R$ {{ number_format((float) $comanda->total, 2, ',', '.') }}