@props(['club' => null, 'mode' => 'create']) @php $isEdit = $mode === 'edit' && $club; @endphp
Finance & Settings

Configure bank accounts and club status

Bank Accounts

Add one or more bank accounts for receiving payments

@if($isEdit && $club->bankAccounts && $club->bankAccounts->count() > 0) @foreach($club->bankAccounts as $index => $account) @endforeach @endif
Club Status & Visibility
Current operational status of the club
public_profile_enabled ?? true) ? 'checked' : '' }}>
Allow public access to club URL and QR code
{{ $club->currency ?? 'BHD' }}
One-time fee for new members (optional)
@if($isEdit)
Metadata
Created: {{ $club->created_at->format('M d, Y') }}
Last Updated: {{ $club->updated_at->format('M d, Y') }}
@if($club->owner)
Owner: {{ $club->owner->full_name }}
@endif
@endif
@push('scripts') @endpush