Network Detail: {{ $network->name }}

{{ $network->name }}

Chamber Affiliation

{{ $network->chamber_name ?: 'N/A' }}

Location

{{ $network->address }}
{{ $network->city }}, {{ $network->state }} {{ $network->zip }}

Accessibility
@foreach($network->member_accessibility ?? [] as $access) {{ $access }} @endforeach

Financial Structure

Registration Fee ${{ number_format($network->registration_fee, 2) }}
Annual Dues ${{ number_format($network->annual_dues, 2) }}
Coach Comp. ${{ number_format($network->coach_compensation, 2) }}
Discount Model {{ $network->discount_type ?: 'None' }}

Associated Modules / Chapters

{{ $network->chapters->count() }} Total
@forelse($network->chapters as $chapter) @empty @endforelse
Chapter Name Location Members Actions
@if($chapter->logo_path) @endif {{ $chapter->name }}
{{ $chapter->city }}, {{ $chapter->state }} {{ $chapter->registrations()->count() }} Manage
No chapters found for this network.