|
@if($logoSrc)
|
RECIBO DE LOCAÇÃO
|
Contrato Nº: {{ $locacao->numero_contrato }} |
| Cliente: {{ $clienteNome }} | Contrato Nº: {{ $locacao->numero_contrato }} |
| Endereço: {{ $locacao->endereco_entrega ?? $locacao->local_entrega ?? '-' }} | Telefone: {{ $locacao->cliente->telefone ?? $locacao->cliente->celular ?? '-' }} |
| Descrição | Qtd | Período | Valor Unit. | Subtotal |
|---|---|---|---|---|
| {{ $item->produto->nome ?? 'Item' }} | {{ $qtd }} | {{ $qtdPeriodo }} {{ $labelPeriodo }} | R$ {{ number_format($unit, 2, ',', '.') }} | R$ {{ number_format($totalItem, 2, ',', '.') }} |
| Sem itens. | ||||
| {{ $item->nome_produto ?? 'Produto terceiro' }} | {{ $qtd }} | {{ $qtdPeriodo }} {{ $labelPeriodo }} | R$ {{ number_format($unit, 2, ',', '.') }} | R$ {{ number_format($totalItem, 2, ',', '.') }} |
| {{ $item->descricao ?? 'Serviço' }} | {{ $qtd }} | 1 serviço | R$ {{ number_format($unit, 2, ',', '.') }} | R$ {{ number_format($totalItem, 2, ',', '.') }} |
| Subtotal Produtos | R$ {{ number_format($valorProdutos, 2, ',', '.') }} | |||
| Subtotal Serviços | R$ {{ number_format($valorServicos, 2, ',', '.') }} | |||
| Frete Entrega | R$ {{ number_format($freteEntrega, 2, ',', '.') }} | |||
| Frete Retirada | R$ {{ number_format($freteRetirada, 2, ',', '.') }} | |||
| Frete Total | R$ {{ number_format($freteTotal, 2, ',', '.') }} | |||
| Desconto | R$ {{ number_format($desconto, 2, ',', '.') }} | |||
| Total | R$ {{ number_format($valorFinal, 2, ',', '.') }} | |||
|
@if(!empty($assinaturaLocadoraPdfSrc ?? null))
{{ $nomeLocadora }}
CNPJ: {{ $docLocadora }} |
@if(!empty($assinaturaClientePdfSrc ?? null))
{{ $clienteNome }}
CPF/CNPJ: {{ $docCliente }} |