@extends(getTemplate() . '.layouts.app') @push('styles_top') @endpush @section('content')
{{ $bundle->title }}
@if (!empty($activeSpecialOffer)) @include('web.default.course.special_offer') @endif

{{ clean($bundle->title, 't') }}

{{ trans('public.in') }} {{ $bundle->category->title }}
@include('web.default.includes.webinar.rate', ['rate' => $bundle->getRate()]) ({{ $bundle->reviews->pluck('creator_id')->count() }} {{ trans('public.ratings') }})
{{ trans('public.created_by') }} {{ $bundle->teacher->full_name }}
@php $hasCoupon = false; @endphp @if ( !empty(getFeaturesSettings('frontend_coupons_display_type')) and getFeaturesSettings('frontend_coupons_display_type') == 'before_content' and !empty($instructorDiscounts) and count($instructorDiscounts)) @php $hasCoupon = true; @endphp @foreach ($instructorDiscounts as $instructorDiscount) @include('web.default.includes.discounts.instructor_discounts_card', [ 'discount' => $instructorDiscount, 'instructorDiscountClassName' => 'mt-40 mt-md-80', ]) @endforeach @endif @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-20 pt-20 mt-md-40 pt-md-40', ]) @endforeach @endif
{{-- Ads Bannaer --}} @if (!empty($advertisingBanners) and count($advertisingBanners))
@foreach ($advertisingBanners as $banner) @endforeach
@endif {{-- ./ Ads Bannaer --}}
@include('web.default.bundle.share_modal') @include('web.default.bundle.buy_with_point_modal') @endsection @push('scripts_bottom') @endpush