{{ session('success') }}
{{ $errors->first('deletion') }}
| Network Name | Accessibility | Modules/Chapters | Registration Fee | Actions |
|---|---|---|---|---|
|
{{ $network->name }}
{{ $network->chamber_name ?: 'No Chamber Affiliation' }}
|
@foreach($network->member_accessibility ?? [] as $access)
{{ $access }}
@endforeach
|
{{ $network->chapters()->count() }}
@foreach($network->chapters->take(3) as $snap_chapter)
@if($snap_chapter->logo_path)
|
${{ number_format($network->registration_fee, 2) }} | |
|
No networks found matching your criteria. Create one now → |
||||