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

Core details about the club

Club name is required.
@if($isEdit && $club->owner)
@if($club->owner->profile_picture) {{ $club->owner->full_name }} @else
{{ substr($club->owner->full_name, 0, 1) }}
@endif
{{ $club->owner->full_name }}
{{ $club->owner->email }} @if($club->owner->mobile) {{ $club->owner->mobile_formatted }} @endif
@else

No owner selected

@endif
Please select a club owner.
When was the club founded?
A short, memorable tagline (max 100 characters)
0/1000 characters
Official business registration number
Upload registration certificate (optional)
Tax registration number (if applicable)
Default VAT rate for invoices
Upload VAT registration certificate (optional)
@push('scripts') @endpush