@if(!empty($landingComponent) and $landingComponent->enable) @php $contents = []; if (!empty($landingComponent->content)) { $contents = json_decode($landingComponent->content, true); } $frontComponentsDataMixins = (new \App\Mixins\LandingBuilder\FrontComponentsDataMixins()); $bestSaleCourses = $frontComponentsDataMixins->getBestSellingCoursesData(); @endphp @if($bestSaleCourses->isNotEmpty()) @push('styles_top') @endpush
{!! nl2br($contents['main_content']['subtitle']) !!}
@endif {{ trans('update.view_more') }}