@extends('layout3') @section('title') {{ $seo_setting->seo_title }} @endsection @section('front-content')

{{ getTranslatedValue($home3_hero_section, 'short_title') }}

{{ getTranslatedValue($home3_hero_section, 'title') }}

{{ getTranslatedValue($home3_hero_section, 'description') }}

{{ __('translate.Find Courses') }}
thumb

{{ getTranslatedValue($home3_hero_section, 'total_student') }}

{{ getTranslatedValue($home3_hero_section, 'total_student_title') }}

@include('svg.home3.hero_shape1') @include('svg.home3.hero_shape2')
@include('svg.home3.hero_shape10')
@include('svg.home3.hero_shape3') @include('svg.home3.hero_shape4')
@include('svg.home3.hero_shape5')
@include('svg.home3.hero_shape6') @include('svg.home3.hero_shape7') @include('svg.home3.hero_shape8') @include('svg.home3.hero_shape9')
@include('svg.home3.about_shape') @include('svg.home3.about_shape2')
@include('svg.home3.about_shape3')
@include('svg.home3.about_rotate')

{{ getTranslatedValue($home3_about_us, 'short_title') }}

{{ getTranslatedValue($home3_about_us, 'title') }}

{{ getTranslatedValue($home3_about_us, 'description') }}

  • {{ getTranslatedValue($home3_about_us, 'item_one_title') }}

    {{ getTranslatedValue($home3_about_us, 'item_one_description') }}

  • {{ getTranslatedValue($home3_about_us, 'item_two_title') }}

    {{ getTranslatedValue($home3_about_us, 'item_two_description') }}

  • {{ getTranslatedValue($home3_about_us, 'item_three_title') }}

    {{ getTranslatedValue($home3_about_us, 'item_three_description') }}

  • {{ getTranslatedValue($home3_about_us, 'item_four_title') }}

    {{ getTranslatedValue($home3_about_us, 'item_four_description') }}

{{ __('translate.More About') }}
@include('svg.home3.course_shape') @include('svg.home3.course_shape2') @include('svg.home3.course_shape3')

{{ __('translate.Latest Courses') }}

{{ __('translate.Academic Courses') }}

@foreach($courses as $course_index => $course)
{{ html_decode($course?->category?->name) }}

{{ html_decode($course?->title) }}

{{ html_decode($course?->short_description) }}

  • @include('svg.course_seat') {{ $course->total_student }} {{ __('translate.Students') }}
  • @include('svg.course_semester') {{ $course->total_lesson }} {{ __('translate.Lessons') }}
@endforeach

+

{{ getTranslatedValue($home3_fun_fact, 'item_three_title') }}

+

{{ getTranslatedValue($home3_fun_fact, 'item_two_title') }}

+

{{ getTranslatedValue($home3_fun_fact, 'item_three_title') }}

+

{{ getTranslatedValue($home3_fun_fact, 'item_four_title') }}

@include('svg.home3.faq_shape') @include('svg.home3.faq_shape2') @include('svg.home3.faq_shape3') @include('svg.home3.faq_shape4')

{{ getTranslatedValue($home3_faq, 'short_title') }}

{{ getTranslatedValue($home3_faq, 'title') }}

@foreach ($faqs_one as $index => $faq)

{{ $faq->question }}

{!! clean($faq->answer) !!}
@endforeach
@include('svg.home3.faq_shape5') @include('svg.home3.faq_shape6') @include('svg.home3.faq_shape7')
@include('svg.home3.testimonial_shape')

{{ getTranslatedValue($home3_testimonial, 'short_title') }}

{{ getTranslatedValue($home3_testimonial, 'title') }}

@foreach ($testimonials as $testimonial)
{{ $testimonial->comment }}

{{ $testimonial->name }}

{{ $testimonial->designation }}

@endforeach

{{ __('translate.WE CHANGE YOUR LIFE & WORLD') }}

{{ __('translate.We’re Dedicated To Excellent') }}
{{ __('translate.Service And Kids Care') }}

@foreach ($instructors->take(4) as $instructor) @endforeach

{{ getTranslatedValue($home3_explore, 'short_title') }}

{{ getTranslatedValue($home3_explore, 'title') }}

{{ getTranslatedValue($home3_explore, 'description') }}

{{ __('translate.Get Started') }}
@include('svg.home3.explore_shape') @include('svg.home3.explore_shape2') @include('svg.home3.explore_shape3') @include('svg.home3.explore_shape4') @include('svg.home3.explore_shape5') @include('svg.home3.explore_shape6') @include('svg.home3.explore_shape7') @include('svg.home3.explore_shape8')

{{ __('translate.BLOG & ARTICLES') }}

{{ __('translate.Take A Look At The Latest') }}
{{ __('translate.Articles') }}

@foreach ($blogs->take(4) as $blog)
@endforeach

{{ getTranslatedValue($home3_newsletter, 'title') }}

@csrf
@endsection @push('js_section') @endpush