@push('styles_top') @endpush

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

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

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

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

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

@include('design_1.panel.events.create.includes.accordions.ticket')
@if(!empty($event->tickets) and count($event->tickets))

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

    @foreach($event->tickets as $ticketInfo) @include('design_1.panel.events.create.includes.accordions.ticket',['ticket' => $ticketInfo]) @endforeach
@else

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

{!! trans('update.event_ticket_no_result_hint') !!}

@endif
@push('scripts_bottom') @endpush