@extends('frontend.layouts.main') @section('content') @include('frontend.layouts.header-1')
@include('frontend.sections.hero-1') @if($features_area == 'active')

{{ $home->features->title ?? '' }}

@include('frontend.sections.features',['limit'=> 6])
@endif @include('frontend.sections.top-area') @include('frontend.sections.top-faq') @include('frontend.sections.top-integration') @include('frontend.pricings') @include('frontend.sections.feedback-1') @include('frontend.whychoose') @include('frontend.sections.faq')
@endsection