| Data | Protocollo | Descrizione | Tipo | Importo |
|---|---|---|---|---|
| {{ $movimento->data_registrazione->format('d/m/Y') }} | {{ $movimento->protocollo }} | {{ $movimento->descrizione }} | {{ ucfirst($movimento->tipo_movimento) }} | € {{ number_format($movimento->importo_totale, 2, ',', '.') }} |
| Nessun movimento registrato | ||||