@props(['club' => null, 'mode' => 'create'])
@php
$isEdit = $mode === 'edit' && $club;
@endphp
Basic Information
Core details about the club
@if($isEdit && $club->owner)
@if($club->owner->profile_picture)
 }})
@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
@endif
Please select a club owner.
Loading...
Searching users...
No users found
Try a different search term
When was the club founded?
A short, memorable tagline (max 100 characters)
0/1000 characters
Upload VAT registration certificate (optional)
@push('scripts')
@endpush