Update Event

@if(session('success'))
{{ session('success') }}
@endif
@csrf @method('PUT')
@if($event->first()->event_type === 'sports')

Sports Categories

@foreach($sports_categories as $index => $category)

Category {{ $index + 1 }}

@endforeach
@endif @if($event->first()->event_type === 'musical' || $event->first()->event_type === 'seminar') @if(isset($ticket) && $ticket)
@endif

Event Highlights

@foreach($highlights as $index => $highlight)

Highlight {{ $index + 1 }}

@endforeach
@endif