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

Set up how members can reach your club

email) ? 'checked' : '' }}>
email) ? 'checked' : '' }}>
@if($isEdit && $club->owner) {{ $club->owner->email }} @else Select a club owner first @endif
A dedicated email address for club communications
phone) ? 'checked' : '' }}>
phone) ? 'checked' : '' }}>
@if($isEdit && $club->owner && $club->owner->mobile) {{ $club->owner->mobile_formatted }} @else Select a club owner first @endif
A dedicated phone number for club inquiries
@push('scripts') @endpush