| Receita em Locações R$ {{ number_format($receita, 2, ',', '.') }} |
Gasto com Manutenções R$ {{ number_format($gasto, 2, ',', '.') }} |
Lucratividade do Produto R$ {{ number_format($lucro, 2, ',', '.') }} |
| Patrimônio | Status | Receita | Gasto Manutenção | Lucro |
|---|---|---|---|---|
| {{ $item['numero_serie'] ?? '-' }} | {{ $item['status_locacao'] ?? '-' }} | R$ {{ number_format((float) ($item['receita'] ?? 0), 2, ',', '.') }} | R$ {{ number_format((float) ($item['gasto_manutencao'] ?? 0), 2, ',', '.') }} | R$ {{ number_format((float) ($item['lucro'] ?? 0), 2, ',', '.') }} |
| Nenhum patrimônio para cálculo de rentabilidade. | ||||