@extends('layouts.frontend')
@section('metadata')
{{ __($metadata->home_title) }}
@endsection
@section('css')
@endsection
@section('menu')
@include('frontend.menu.section')
@endsection
@section('content')
@include('frontend.banner.section')
@includeWhen($frontend_sections->how_it_works_status == 1, 'frontend.how_it_works.section')
@includeWhen($frontend_sections->tools_status == 1, 'frontend.tools.section')
@includeWhen($frontend_sections->info_status == 1, 'frontend.info.section')
@includeWhen($frontend_sections->templates_status == 1, 'frontend.templates.section')
@includeWhen($frontend_sections->features_status == 1, 'frontend.features.section')
@includeWhen($frontend_sections->images_status == 1, 'frontend.images.section')
@includeWhen($frontend_sections->pricing_status == 1, 'frontend.pricing.section')
@includeWhen($frontend_sections->clients_status == 1, 'frontend.clients.section')
@includeWhen($frontend_sections->reviews_status == 1, 'frontend.reviews.section')
@includeWhen($frontend_sections->faq_status == 1, 'frontend.faq.section')
@includeWhen($frontend_sections->blogs_status == 1, 'frontend.blogs.section')
@endsection
@section('footer')
@include('frontend.footer.section')
@endsection
@section('js')
@endsection