Select Committee Members
@if ($errors->has('candidates') || $errors->has('candidates.*'))
@if ($errors->has('candidates'))
{{ $errors->first('candidates') }}
@endif
@if ($errors->has('candidates.*'))
{{ $errors->first('candidates.*') }}
@endif
@endif