@csrf
@if ($errors->has('clubid'))
{{ $errors->first('clubid') }}
@endif
@if ($errors->has('Name'))
{{ $errors->first('Name') }}
@endif
@if ($errors->has('gender'))
{{ $errors->first('gender') }}
@endif
@if ($errors->has('scoretype'))
{{ $errors->first('scoretype') }}
@endif
@if ($errors->has('address'))
{{ $errors->first('address') }}
@endif
@forelse($category as $ct)
@empty
No Category found
@endforelse
@if ($errors->has('Category'))
{{ $errors->first('Category') }}
@endif