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

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

{!! strip_tags(clean(getTranslatedValue($home4_hero_section, 'title')),'') !!}

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

{{ __('translate.Explore Us') }}
{{ __('translate.Browse Course') }} {{ __('translate.Our FAQ') }} @include('svg.home4.faq') {{ __('translate.Contact with Us') }} @include('svg.home4.contact')
{{ getTranslatedValue($about_us, 'est_year') }}

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

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

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

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

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

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

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

{{ __('translate.More About') }}

{{ __('translate.Our Latest courses') }}

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

@foreach ($home_4_filter_categories as $category)
@foreach($category?->courses->take(6) as $course_index => $course)
@if ($course?->is_popular == 'enable') {{ __('translate.Popular') }} @endif @include('svg.course_wishlist')
  • @include('svg.course_seat') {{ $course->total_student }} {{ __('translate.Students') }}
  • @include('svg.course_semester') {{ $course->total_lesson }} {{ __('translate.Lessons') }}
{{ $course?->category?->name }} @if ($course->offer_price) {{ currency($course->offer_price) }} @else {{ currency($course->regular_price) }} @endif

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

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

({{ $course->total_rating }} {{ __('translate.Ratings') }})
@endforeach
@endforeach

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

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

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

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

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

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

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

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

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

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

@include('svg.home4.campus_shape')
@include('svg.home4.campus_shape2')

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

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

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

{{ getTranslatedValue($popular_department, 'department_one') }}

{{ getTranslatedValue($popular_department, 'department_two') }}

{{ getTranslatedValue($popular_department, 'department_three') }}

{{ getTranslatedValue($popular_department, 'department_four') }}

{{ getTranslatedValue($about_video, 'video_title') }}

{{ __('translate.Get In Touch') }}:

{{ getTranslatedValue($about_video, 'email') }}

{{ __('translate.or') }}

{{ __('translate.Get In Touch') }}:

{{ getTranslatedValue($about_video, 'phone') }}

@include('svg.home1_instructor_shadow') @include('svg.home1_instructor_shadow2')

{{ __('translate.Featured Instructor') }}

{{ __('translate.Our Expert Instructor') }}

{{ __('translate.Far far away, behind the word mountains, far from the Consonantia, there') }}
{{ __('translate.live the blind texts. Separated they marks grove right') }}

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

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

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

@foreach ($testimonials as $testimonial)

{{ $testimonial->name }}

{{ $testimonial->designation }}

{{ $testimonial->comment }}
@endforeach

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

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

@foreach ($blogs->take(3) as $blog)
@endforeach
@endsection @push('js_section') @endpush