@extends('user-front.common.layout')
@section('pageHeading')
{{ $keywords['Home'] ?? 'Home' }}
@endsection
@section('metaKeywords')
@if (!empty($seoInfo))
{{ $seoInfo->home_meta_keywords }}
@endif
@endsection
@section('metaDescription')
@if (!empty($seoInfo))
{{ $seoInfo->home_meta_description }}
@endif
@endsection
@section('style')
@endsection
@section('content')
@includeif('user-front.theme4.course-category')
@includeif('user-front.theme4.about-area')
{{-- Feature Product-area start --}}
@includeif('user-front.theme4.featured-courses')
@includeif('user-front.theme4.counter-area')
@if ($secInfo->courses_section_status == 1)
@endif
@includeif('user-front.theme4.instructor-area')
@includeif('user-front.theme4.feature-area')
@includeif('user-front.theme4.testimonials')
@includeif('user-front.theme4.newsletter-area')
@endsection
@section('script')
@if ($secInfo->courses_section_status == 1)
@endif
@endsection