modal

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

{!! nl2br(trans('update.promote_your_course_hint_in_pay_promotion_plan_modal')) !!}

{{ trans('update.selected_plan') }} {{ $promotion->title }}
{{ trans('public.price') }} {{ (!empty($promotion->price) and $promotion->price > 0) ? handlePrice($promotion->price, true, true, false, null, true) : trans('public.free') }}
{{ trans('update.plan_duration') }} {{ trans('update.n_day',['day' => $promotion->days]) }}
{{ csrf_field() }}
{{ trans('panel.select_course') }}