{{ $home->brand->title ?? '' }}
{{ $home->cta->title ?? '' }}
{{ $home->features->title ?? '' }}
@include('frontend.sections.features',['limit'=>3])
 }})
 }})
{{ $home->platform->title ?? '' }}
{{ $home->platform->description ?? '' }}
{{ $home->platform->button_title ?? '' }}{{ __('Testimonials') }}
@foreach($testimonials as $testimonial)
@endforeach
@foreach($faqs as $key => $faq)
@if($faq->slug == 'bottom')
@endif
@endforeach
{{ $faq->excerpt->value ?? '' }}