@extends(getTemplate().'.layouts.app') @push('styles_top') @endpush @section('content') @if(!empty($activeSpecialOffer)) @include('web.default.course.special_offer') @endif @php $percent = $course->getProgress(); @endphp {{ $course->title }} @if( !empty(getFeaturesSettings("frontend_coupons_display_type")) and getFeaturesSettings("frontend_coupons_display_type") == "before_content" and !empty($instructorDiscounts) and count($instructorDiscounts) ) @foreach($instructorDiscounts as $instructorDiscount) @include('web.default.includes.discounts.instructor_discounts_card', ['discount' => $instructorDiscount, 'instructorDiscountClassName' => "mt-35"]) @endforeach @endif {{ trans('product.information') }} {{ trans('product.content') }} ({{ $webinarContentCount }}) @include(getTemplate().'.course.tabs.information') @include(getTemplate().'.course.tabs.content') @if( !empty(getFeaturesSettings("frontend_coupons_display_type")) and getFeaturesSettings("frontend_coupons_display_type") == "after_content" and !empty($instructorDiscounts) and count($instructorDiscounts) ) @foreach($instructorDiscounts as $instructorDiscount) @include('web.default.includes.discounts.instructor_discounts_card', ['discount' => $instructorDiscount, 'instructorDiscountClassName' => "mt-35"]) @endforeach @endif @if($course->video_demo) @endif {{ csrf_field() }} @if(!empty($course->tickets)) @foreach($course->tickets as $ticket) isValid()) disabled @endif type="radio" data-discount-price="{{ handleCoursePagePrice($ticket->getPriceWithDiscount($course->price, !empty($activeSpecialOffer) ? $activeSpecialOffer : null))['price'] }}" value="{{ ($ticket->isValid()) ? $ticket->id : '' }}" name="ticket_id" id="courseOff{{ $ticket->id }}"> {{ $ticket->title }} @if(!empty($ticket->discount)) ({{ $ticket->discount }}% {{ trans('public.off') }}) @endif {{ $ticket->getSubTitle() }} @endforeach @endif @if(isset($course->quizzes['0']) && $course->quizzes['0']->id) {{ trans('public.start') }} @else {{ trans('public.start') }} @endif {{-- Cashback Alert --}} @include('web.default.includes.cashback_alert',['itemPrice' => $course->price]) {{-- Gift Card --}} @if($course->canSale() and !empty(getGiftsGeneralSettings('status')) and !empty(getGiftsGeneralSettings('allow_sending_gift_for_courses'))) {{ trans('update.gift_this_course') }} {{ trans('update.gift_this_course_hint') }} @endif @if($course->teacher->offline) {{ trans('public.instructor_is_not_available') }} {{ $course->teacher->offline_message }} @endif {{-- tags --}} {{-- ads --}} {{-- Ads Bannaer --}} @if(!empty($advertisingBanners) and count($advertisingBanners)) @foreach($advertisingBanners as $banner) @endforeach @endif {{-- ./ Ads Bannaer --}}
{{ trans('update.gift_this_course_hint') }}
{{ $course->teacher->offline_message }}
{{ trans('product.report_modal_hint') }}