@extends('frontend.layouts.app'.config('theme_layout')) @section('title', trans('labels.frontend.home.title').' | '.app_name()) @section('meta_description', '') @section('meta_keywords','') @section('content') @include('frontend.layouts.partials.slider') @if($sections->counters->status == 1)
{{$total_students}}

@lang('labels.frontend.home.students_enrolled')

{{$total_courses}}

@lang('labels.frontend.home.online_available_courses')

{{$total_teachers}}

@lang('labels.frontend.home.teachers')

@endif @if($sections->latest_news->status == 1) @include('frontend.layouts.partials.latest_news',['pt'=>'pt-5']) @endif @if($sections->popular_courses->status == 1) @include('frontend.layouts.partials.popular_courses',['class'=>'popular-three' ]) @endif @if($sections->reasons->status == 1) @include('frontend.layouts.partials.why_choose_us') @endif @if($sections->featured_courses->status == 1) @include('frontend.layouts.partials.browse_courses', ['class'=>'bg-white pb-5' ]) @endif @if($sections->teachers->status == 1)
@lang('labels.frontend.home.learn_new_skills')

@lang('labels.frontend.home.popular_teachers').

@if(count($teachers)> 0)
@foreach($teachers as $key=>$item)
{{$item->full_name}}
{{--
--}} {{--Mobile Apps --}} {{--
--}}
@endforeach
@endif
@endif @if($sections->faq->status == 1) @include('frontend.layouts.partials.faq-with-bg') @endif @if($sections->testimonial->status == 1) @include('frontend.layouts.partials.testimonial') @endif @if($sections->sponsors->status == 1) @if(count($sponsors) > 0 ) @include('frontend.layouts.partials.sponsors') @endif @endif @if($sections->course_by_category->status == 1) @include('frontend.layouts.partials.course_by_category') @endif @if($sections->contact_us->status == 1) @include('frontend.layouts.partials.contact_area') @endif @endsection @push('after-scripts') @endpush