@push('styles_top') @endpush
{{-- Pricing Options --}}

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

{{ $currency }}
@error('price') {{ $message }} @enderror
@if($authUser->isOrganization() and $authUser->id == $webinar->creator_id)
{{ $currency }}
@error('organization_price') {{ $message }} @enderror

- {{ trans('update.organization_price_hint') }}

@endif
{{ trans('public.days') }} @error('access_days')
{{ $message }}
@enderror

- {{ trans('update.access_days_input_hint') }}

subscribe) ? 'checked' : '' }}>

- {{ trans('forms.subscribe_hint') }}

{{-- Pricing Plans --}}
{{ trans('update.pricing_plans') }}

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

- {{ trans('webinars.sale_plans_hint_1') }}

- {{ trans('webinars.sale_plans_hint_2') }}

- {{ trans('webinars.sale_plans_hint_3') }}

{{-- Pricing Plans Form --}}
@include('design_1.panel.webinars.create.includes.accordions.price_plan')
@if(!empty($webinar->tickets) and count($webinar->tickets))

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

    @foreach($webinar->tickets as $pricePlan) @include('design_1.panel.webinars.create.includes.accordions.price_plan',['plan' => $pricePlan]) @endforeach
@else

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

{!! trans('public.ticket_no_result_hint') !!}

@endif
@push('scripts_bottom') @endpush