@if(!empty($bundle->category))
@endif
{{ $bundle->title }}
{{-- Badges --}}
{{-- Top Seller --}}
Top Seller
@if(!empty($bundle->summary))
{!! nl2br($bundle->summary) !!}
@endif
{{-- Rate --}}
@include('design_1.web.components.rate', [
'rate' => $bundle->getRate(),
'rateCount' => $bundle->getRateCount(),
'rateClassName' => ''
])
{{-- Students --}}
{{ $bundle->sales_count }}
{{ trans('quiz.students') }}
{{-- Lectures --}}
{{ $bundle->bundleWebinars->count() }}
{{ trans('update.courses') }}