{{ __('Gestione Banche') }}

Gestione Banche

Nuova Banca
@if(session('success')) @endif
Elenco Banche
@if($banche->count() > 0)
@foreach($banche as $banca) @endforeach
Denominazione Codice ABI Codice CAB IBAN Saldo Corrente Azioni
{{ $banca->denominazione }} @if($banca->filiale)
{{ $banca->filiale }} @endif
{{ $banca->codice_abi }} {{ $banca->codice_cab }} {{ $banca->iban }} € {{ number_format($banca->saldo_corrente, 2, ',', '.') }}
@csrf @method('DELETE')
{{ $banche->links() }}
@else
Nessuna banca presente

Inizia aggiungendo la prima banca del condominio.

Aggiungi Prima Banca
@endif
@push('scripts') @endpush