@extends('layouts.admin') @section('title', 'Edit Event') @section('page-title', 'Edit Event') @section('content')
Edit Event ( Kindly fill all required fields.)
@csrf
1
Event Details & Config
2
Categories
3
Fee Configuration
@if($has_participants)
Warning: This event has {{ $participants_count }} registered participant(s). Categories and fee configuration are locked to preserve data integrity.
@endif
@if($event->coverImage) Event Image @else No image @endif
*
Max file size: 300KB (JPG, PNG)
@if($event->group_id == 1)
Federation Cup Event
Special grouping rules
is_federation_cup ? 'checked' : '' }} {{ $has_participants ? 'disabled' : '' }} style="width: 3em; height: 1.5em;">

Allows 4 participants per group instead of 1 for team competitions. @if($has_participants) Locked - Event has {{ $participants_count }} participants @endif

@if($has_participants) @endif
@endif
Automatically set: Official = 1, Federation Cup = 4, Open = Unlimited @if($has_participants) Locked - Event has {{ $participants_count }} participant(s) @endif
Payment Requirement
Control payment workflow
payment_required ?? 1) ? 'checked' : '' }} style="width: 3em; height: 1.5em;">

When enabled, participants must complete payment before their registration is confirmed.

Batch Code Generation
For Poomsae categories
requires_batch_codes ?? 0) ? 'checked' : '' }} style="width: 3em; height: 1.5em;">

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

Cancel
@endsection @push('styles') @endpush @push('scripts') @endpush