Businesses Create and manage alumni associations on Bikapro.
@if ($canCreate) Create business @endif
@if (session('success')) {{ session('success') }} @endif Business Email Branches Members Status Actions @forelse ($businesses as $business) {{ $business->name }} {{ $business->email ?: '—' }} {{ $business->branches_count }} {{ $business->alumni_members_count }} {{ $business->is_active ? 'Active' : 'Inactive' }}
@csrf Impersonate
Edit @if ($canToggle) {{ $business->is_active ? 'Deactivate' : 'Activate' }} @endif
@empty No businesses have been created yet. @endforelse
@if ($canCreate)
Create a business A Head Office branch and owner account are created at the same time.
@foreach ($currencies as $currency){{ $currency->code }} — {{ $currency->name }}@endforeach
Cancel Create business
@endif
Edit business Change association details without affecting its members.
@foreach ($currencies as $currency){{ $currency->code }} — {{ $currency->name }}@endforeach
Cancel Save changes