@extends('layouts.admin') @section('title', 'Create Event') @section('page-title', 'Create New Event') @section('content')
Create New Event ( Kindly fill all required fields.)
@csrf
1
Event Details & Config
2
Categories
3
Participant Fees
No image
*
Max file size: 300KB (JPG, PNG)
Officials include referees, judges, coordinators, and other event staff. Minimum 1 official required.
Batch Code Generation
For Poomsae categories

Automatically generates unique batch codes (e.g., IND-1, PAIR-1, TEAM-1) for Poomsae registrations.

{{-- STEP 4 REMOVED: Officials register for free (no payment required) --}}
Officials Allowed per State: 0 This is the number of officials each state can register for this event.
Coach
Training Staff
Manager
Team Management
Head of Team
Team Leader
Physio
Medical Support
Trainer
Fitness Specialist
State President
Leadership
State Secretary
Administration
Note:
  • At least one official type must have a fee greater than zero.
  • Fee amounts must be between ₹0 and ₹999,999.
  • You cannot edit official fees after any state has registered officials.
  • Each state can register up to the officials count specified in Step 1.
END STEP 4 -->
Cancel
Auto-Generated Prefix
{{-- Include Common Modals and Offcanvas --}} @include('admin.events.partials.modals') @endsection @push('styles') @endpush @push('scripts') @endpush