@extends('frontend.layouts.app') @section('meta') @php $metaData = getMeta('home'); @endphp @if(isAddonInstalled('LMSZAIPRODUCT')) @endif @endsection @section('content')
@foreach(@$home->banner_mini_words_title ?? [] as $banner_mini_word) {{ __($banner_mini_word) }} @endforeach

{{ __(@$home->banner_first_line_title) }}

{{ __(@$home->banner_second_line_title) }} @foreach(@$home->banner_second_line_changeable_words ?? [] as $banner_second_line_changeable_word) {{ __($banner_second_line_changeable_word) }} @endforeach

{{ __(@$home->banner_third_line_title) }}

{{ __(@$home->banner_subtitle) }}

@if(!get_option('private_mode') || !auth()->guest()) @endif
@php $bannerImage = @$home->banner_image; if(env('IS_LOCAL', 0)){ $bannerImage = get_option('banner_image_'.get_option('theme', THEME_DEFAULT)); } @endphp hero-img
feature
{{ __(get_option('home_special_feature_first_title')) }}

{{ __(get_option('home_special_feature_first_subtitle')) }}

feature
{{ __(get_option('home_special_feature_second_title')) }}

{{ __(get_option('home_special_feature_second_subtitle')) }}

feature
{{ __(get_option('home_special_feature_third_title')) }}

{{ __(get_option('home_special_feature_third_subtitle')) }}

@if(!get_option('private_mode') || !auth()->guest()) @if($home->courses_area == 1)
Course

{{ __(get_option('course_title')) }}

{{ __(get_option('course_subtitle')) }}

{{ __('View All') }}
@if(count($featuredCourses)) @else {{ __("No Course Found") }} @endif
@endif @if($home->category_courses_area == 1)
Category Course

{{ __(get_option('category_course_title')) }}

{{ __(get_option('category_course_subtitle')) }}

@foreach($featureCategories as $key => $category)
@endforeach
@endif @if(isAddonInstalled('LMSZAIPRODUCT')) @if($home->product_area == 1)
Product

{{ __(get_option('product_section_title')) }} @if(env('LOGIN_HELP') == 'active') (Addon) @endif

{{ __(get_option('product_section_subtitle')) }}

{{ __('View All') }}
@endif @endif @if($home->bundle_area == 1) @if(count($bundles) > 0)
Course

{{ __(get_option('bundle_course_title')) }}

{{ __(get_option('bundle_course_subtitle')) }}

{{ __('View All') }}
@endif @endif @endif @if($home->top_category_area == 1)
Our categories

{{ __(get_option('top_category_title')) }}

{{ __(get_option('top_category_subtitle')) }}

@foreach(@$firstFourCategories as $firstFourCategory)
categories
{{ Str::limit($firstFourCategory->name, 20) }}

{{ @$firstFourCategory->courses->count() }} {{ __('Courses') }}

@endforeach @if(!get_option('private_mode') || !auth()->guest()) @endif
@endif @if($home->upcoming_courses_area == 1)
Course

{{ __(get_option('upcoming_course_title')) }}

{{ __(get_option('upcoming_course_subtitle')) }}

{{ __('View All') }}
@if(count($upcomingCourses)) @else {{ __("No Course Found") }} @endif
@endif @if(!get_option('private_mode') || !auth()->guest()) @if($home->consultation_area == 1) @if(count($consultationInstructors) > 0)
Consultant

{{ __('One to one consultation') }}

{{ __('Consult with your favorite consultant!') }}

{{ __('View All') }}
@endif @endif @endif @if( @$home->subscription_show == 1 && get_option('subscription_mode')) @include('frontend.home.partial.subscription-home-list') @endif @if($home->instructor_area == 1)
Our categories

{{ __(get_option('top_instructor_title')) }}

{{ __(get_option('top_instructor_subtitle')) }}

{{ __('View All Instructor') }}
@foreach ($instructors->take(4) as $instructorUser)
@endforeach
@endif @if($home->video_area == 1)
video

{{ Str::limit(__(get_option('become_instructor_video_title')), 100) }}

{{ Str::limit(get_option('become_instructor_video_subtitle'), 450) }}

video
@endif @if( @$home->saas_show == 1 && get_option('saas_mode')) @include('frontend.home.partial.saas-home-list') @endif @if($home->customer_says_area == 1)
Our categories

{{ __(get_option('customer_say_title')) }}

quote
{{ __(get_option('customer_say_first_name')) }}

{{ __(get_option('customer_say_first_position')) }}

{{ __(get_option('customer_say_first_comment_title')) }}

{{ __(get_option('customer_say_first_comment_description') )}}

@include('frontend.home.partial.customer-say-first-comment-rating')
quote
{{ __(get_option('customer_say_second_name')) }}

{{ __(get_option('customer_say_second_position')) }}

{{ __(get_option('customer_say_second_comment_title')) }}

{{ __(get_option('customer_say_second_comment_description')) }}

@include('frontend.home.partial.customer-say-second-comment-rating')
quote
{{ __(get_option('customer_say_third_name')) }}

{{ __(get_option('customer_say_third_position')) }}

{{ __(get_option('customer_say_third_comment_title')) }}

{{ __(get_option('customer_say_third_comment_description')) }}

@include('frontend.home.partial.customer-say-third-comment-rating')
@endif @if($home->achievement_area == 1)
achievement
{{ __(get_option('achievement_first_title')) }}

{{ __(get_option('achievement_first_subtitle')) }}

achievement
{{ __(get_option('achievement_second_title')) }}

{{ __(get_option('achievement_second_subtitle')) }}

achievement
{{ __(get_option('achievement_third_title')) }}

{{ __(get_option('achievement_third_subtitle')) }}

achievement
{{ __(get_option('achievement_four_title')) }}

{{ __(get_option('achievement_four_subtitle')) }}

@endif @if($home->faq_area == 1)

{{ __(get_option('faq_title')) }}

{{ __(get_option('faq_subtitle')) }}

@foreach($faqQuestions as $key => $faqQuestion)

{{ __($faqQuestion->answer) }}
@endforeach
faq
{{ __(get_option('faq_image_title')) }}

{{ __('Then feel free to') }} {{ __('Contact With Us') }}, {{ __('We are 24/7 for you') }}

@endif @if($home->instructor_support_area == 1)

{{ __(@$aboutUsGeneral->instructor_support_title) }}

{{ __(@$aboutUsGeneral->instructor_support_subtitle) }}

@foreach($instructorSupports as $instructorSupport)
support
{{ __($instructorSupport->title) }}

{{ __($instructorSupport->subtitle) }}

{{ __($instructorSupport->button_name) }}
@endforeach
@foreach($clients as $client)
{{ $client->name }}
@endforeach
@endif @include('frontend.home.partial.consultation-booking-schedule-modal') @endsection @push('style') @endpush @push('script') @endpush