@if (isset($home_sections->testimonials_section) && $home_sections->testimonials_section == 1)
@php
$tstmBg = $home_text->testimonial_image ?? 'testimonial_bg_3.jpg';
@endphp
@if (!empty($home_text->testimonial_title))
{{ $home_text->testimonial_title }}
@endif
{{ $home_text->testimonial_subtitle ?? null }}
@foreach ($testimonials as $testimonial)
{{ replaceBaseUrl($testimonial->content) }}
{{ convertUtf8($testimonial->name) }}
{{ convertUtf8($testimonial->occupation) ?? null }}
@endforeach
@endif
@if (isset($home_sections->faq_section) && $home_sections->faq_section == 1)
@isset($home_text->faq_section_title)
{{ $home_text->faq_section_title }}
@endisset
{{ !empty($home_text->faq_section_subtitle) ? $home_text->faq_section_subtitle : null }}
@foreach ($faqs as $key => $faq)
@endforeach
@endif