@props(['mode' => 'create', 'club' => null]) @php $isEdit = $mode === 'edit' && $club; $modalId = 'clubModal'; $modalTitle = $isEdit ? 'Edit Club' : 'Create New Club'; @endphp @push('styles') @endpush @once @push('scripts') @endpush @endonce