| Codice | Denominazione | Tipo | Totale millesimi | NORD | Stato |
|---|---|---|---|---|---|
| {{ $tabella->codice_tabella ?? '—' }} |
{{ $nome }}
@if(!empty($tabella->descrizione))
{{ $tabella->descrizione }}
@endif
|
{{ strtoupper($tipo ?: '—') }} | {{ number_format((float) ($tabella->totale_millesimi ?? 0), 4, ',', '.') }} | {{ $tabella->nord ?? '—' }} | {{ strtoupper((string) $stato) }} |
| Nessuna tabella millesimale trovata. | |||||
| Codice | Descrizione | Tabella | Preventivo € | Consuntivo € |
|---|---|---|---|---|
| {{ $voce->codice ?? '—' }} | {{ $voce->descrizione ?? '—' }} | {{ $tabellaLabel }} | {{ number_format((float) ($voce->preventivo_euro ?? 0), 2, ',', '.') }} | {{ number_format((float) ($voce->consuntivo_euro ?? 0), 2, ',', '.') }} |
| Nessuna voce di spesa trovata. | ||||