Association information Your public and internal association profile.
@if ($canEdit) Edit information @endif
@if (session('success')) {{ session('success') }} @endif
Association name {{ $business->name }}
Currency {{ $business->currency }}
Contact email

{{ $business->email ?? 'Not provided' }}

Phone

{{ $business->phone ?? 'Not provided' }}

Address

{{ $business->address ?? 'Not provided' }}

About the association

{{ $business->about ?? 'Add your association history, mission, and objectives here.' }}

@if ($canEdit)
Edit association information These details apply to every branch in your association.
@foreach ($currencies as $currency){{ $currency->code }} — {{ $currency->name }}@endforeach
Cancel Save changes
@endif