@if($banche->count() > 0)
| Denominazione |
Codice ABI |
Codice CAB |
IBAN |
Saldo Corrente |
Azioni |
@foreach($banche as $banca)
{{ $banca->denominazione }}
@if($banca->filiale)
{{ $banca->filiale }}
@endif
|
{{ $banca->codice_abi }} |
{{ $banca->codice_cab }} |
{{ $banca->iban }}
|
€ {{ number_format($banca->saldo_corrente, 2, ',', '.') }}
|
|
@endforeach
{{ $banche->links() }}
@else
Nessuna banca presente
Inizia aggiungendo la prima banca del condominio.
Aggiungi Prima Banca
@endif