@php
$candidateCount = $event->candidates()->count();
@endphp
0)
max="{{ $candidateCount }}"
@else
disabled
@endif
class="form-control @error('max_choices') is-invalid @enderror"
required
>
@error('max_choices')
{{ $message }}
@enderror
@if($candidateCount > 0)
Maksimal pilihan menyesuaikan jumlah kandidat terdaftar (saat ini: {{ $candidateCount }} kandidat).
@else
Pengaturan ini akan terbuka setelah Anda menginputkan kandidat untuk event ini.
@endif