• @include('design_1.panel.includes.locale.locale_select',[ 'itemRow' => !empty($plan) ? $plan : null, 'withoutReloadLocale' => true, 'extraClass' => 'js-webinar-content-locale', 'extraData' => "data-webinar-id='".(!empty($bundle) ? $bundle->id : '')."' data-id='".(!empty($plan) ? $plan->id : '')."' data-relation='tickets' data-fields='title'" ])
    %
    @if(empty($plan) and !empty($bundle->capacity) and !empty($sumTicketsCapacities))
    {{ trans('panel.remaining') }}: {{ $bundle->capacity - $sumTicketsCapacities }}
    @endif
    @if(!empty($plan)) {{ trans('delete') }} @endif