@if(!empty($contents['main_content']) and !empty($contents['main_content']['pre_title']))
{{ $contents['main_content']['pre_title'] }}
@endif
@if(!empty($contents['main_content']) and !empty($contents['main_content']['title']))
{{ $contents['main_content']['title'] }}
@endif
@if(!empty($contents['main_content']) and !empty($contents['main_content']['description']))
{{ $contents['main_content']['description'] }}
@endif
@if(!empty($contents['featured_courses']) and is_array($contents['featured_courses']))
@if(!empty($contents['enable_slider']) and $contents['enable_slider'] == "on")
@else
@foreach($contents['featured_courses'] as $featuredRow)
@include('landingBuilder.front.components.featured_courses.featured_card', ['featured' => $featuredRow])
@endforeach
@endif
@endif