@push('styles_top') @endpush

{{ trans('update.taxonomy') }}

@error('category_id')
{{ $message }}
@enderror

{{ trans('public.category_filters') }}

@if(!empty($eventCategoryFilters) and count($eventCategoryFilters)) @foreach($eventCategoryFilters as $filter)
{{ $filter->title }}
@php $eventFilterOptions = $event->filterOptions->pluck('filter_option_id')->toArray(); if (!empty(old('filters'))) { $eventFilterOptions = array_merge($eventFilterOptions, old('filters')); } @endphp @foreach($filter->options as $option)
id, $eventFilterOptions)) ? 'checked' : '') }}>
@endforeach
@endforeach @endif
{{-- Event Options --}}

{{ trans('update.event_options') }}

@error('capacity')
{{ $message }}
@enderror

{{ trans('update.leave_blank_for_unlimited_capacity') }}

@error('purchase_limit_count')
{{ $message }}
@enderror
{{ trans('update.ticket_purchase_limit_input_hint') }}
@error('duration')
{{ $message }}
@enderror
{{ trans('update.event_duration_input_hint') }}
@error('start_date')
{{ $message }}
@enderror
@error('end_date')
{{ $message }}
@enderror
@error('sales_end_date')
{{ $message }}
@enderror
@php $selectedTimezone = getGeneralSettings('default_time_zone'); if (!empty($event->timezone)) { $selectedTimezone = $event->timezone; } elseif (!empty($authUser) and !empty($authUser->timezone)) { $selectedTimezone = $authUser->timezone; } @endphp
@error('timezone')
{{ $message }}
@enderror
enable_countdown) ? 'checked' : '' }}>
support) ? 'checked' : '' }}>
certificate) ? 'checked' : '' }}>
private) ? 'checked' : '' }}>
@php $eventTags = !empty($event) ? $event->tags->pluck('title')->toArray() : []; @endphp
@push('scripts_bottom') @endpush