| # | Serviço | Descrição | Qtd | Unidade | Valor Unitário | Subtotal |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $item->servico->nome ?? $item->descricao }} | {{ $item->descricao }} | {{ (int)$item->quantidade }} | {{ $item->unidade }} | R$ {{ number_format($item->valor_unitario, 2, ',', '.') }} | R$ {{ number_format($item->valor_total ?? ($item->quantidade * $item->valor_unitario), 2, ',', '.') }} |
| Nenhum item encontrado | ||||||