Multi-Bank Distribution Network @if($isGcuEnabled) GCU funds are distributed across multiple regulated banks for maximum security and deposit insurance coverage. @else Platform capability: Distribute user funds across multiple regulated banks. @endif
{{-- Bank Distribution Grid --}}
@forelse($bankStats as $bank)
{{-- Bank Header --}}

{{ $bank['bank_name'] }}

{{ $bank['country'] }} • {{ $bank['coverage'] }} insurance

@if($bank['primary_count'] > 0) Primary @endif
{{-- Bank Statistics --}}

Active Users

{{ number_format($bank['user_count']) }}

Average Allocation

{{ number_format($bank['avg_allocation'], 1) }}%
{{-- Decorative Element --}}
@empty

No bank distributions yet

Bank distributions will appear here when users configure their preferences.

@endforelse
{{-- Summary Statistics --}} @if($totalAllocated['users'] > 0)

Total Users

{{ number_format($totalAllocated['users']) }}

Bank Relationships

{{ number_format($totalAllocated['relationships']) }}

Avg Banks per User

{{ $totalAllocated['averagePerUser'] }}

@endif {{-- Insurance Coverage Note --}}

Deposit Insurance Protection

Each bank provides government-backed deposit insurance up to €100,000 per depositor. By distributing funds across multiple banks, users can achieve up to €500,000 in total coverage.