@if(!empty($landingComponent) and $landingComponent->enable) @php $freeCoursesBackgroundColor = "secondary"; $contents = []; if (!empty($landingComponent->content)) { $contents = json_decode($landingComponent->content, true); } if (!empty($contents['background_color'])) { $freeCoursesBackgroundColor = $contents['background_color']; } $frontComponentsDataMixins = (new \App\Mixins\LandingBuilder\FrontComponentsDataMixins()); $freeWebinars = $frontComponentsDataMixins->getFreeCoursesData(); @endphp @if($freeWebinars->isNotEmpty()) @push('styles_top') @endpush
{!! nl2br($contents['main_content']['subtitle']) !!}
@endif @endif{{ $contents['cta_section']['description'] }}
@endif @if(!empty($contents['cta_section']['link_title']))