@extends('admin.layout.master') @section('title', 'Dashboard') @section('content')

Event Manager

@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
@if ($errors->has('city')) {{ $errors->first('city') }} @endif
@if ($errors->has('Description')) {{ $errors->first('Description') }} @endif
@forelse($category as $ct)
@empty
No Category found
@endforelse
@if ($errors->has('Category')) {{ $errors->first('Category') }} @endif
@if ($errors->has('EventDate')) {{ $errors->first('EventDate') }} @endif
@if ($errors->has('EndDate')) {{ $errors->first('EndDate') }} @endif
@if ($errors->has('Regstart')) {{ $errors->first('Regstart') }} @endif
@if ($errors->has('regend')) {{ $errors->first('regend') }} @endif
Back
@endsection @push('js') @endpush