| Descrição | Qtd | Valor Unit. | Total |
|---|---|---|---|
| {{ $servico->descricao }} | {{ $servico->quantidade ?? 1 }} | R$ {{ number_format((float) ($servico->preco_unitario ?? 0), 2, ',', '.') }} | R$ {{ number_format((float) ($servico->valor_total ?? 0), 2, ',', '.') }} |
| Nenhum serviço cadastrado. | |||