• @include('design_1.panel.includes.locale.locale_select',[ 'itemRow' => !empty($ticket) ? $ticket : null, 'withoutReloadLocale' => true, 'extraClass' => 'js-event-content-locale', 'extraData' => "data-event-id='".(!empty($event) ? $event->id : '')."' data-id='".(!empty($ticket) ? $ticket->id : '')."' data-relation='tickets' data-fields='title,description,options'" ])

    {{ trans('update.pricing_&_discount') }}

    {{ $currency }}
    {{ trans('update.leave_blank_for_unlimited_capacity') }}
    %

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

    @php $ticketOptions = (!empty($ticket) and !empty($ticket->options)) ? explode(',', $ticket->options) : []; @endphp
    enable) ? 'checked' : '' }}>
    @if(!empty($ticket)) {{ trans('delete') }} @endif