@extends('frontend.layouts.app') @section('content')
@if(auth()->user()) @if(isset(auth()->user()->p_status)) @if(auth()->user()->p_status == 1 )

Your ID is in red zone, to fix your ID, contact your support team now.

@endif @endif @endif
@if(isset($home->banner_mini_words_title)) @if(is_array($home->banner_mini_words_title)) @foreach(@$home->banner_mini_words_title ?? [] as $banner_mini_word) {{ __($banner_mini_word) }} @endforeach @endif @endif
@if(auth()->guest()) @endif

{{ __(@$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
hero-img
@if(auth()->user())

Help-Line

@if(isset($instructor_meet)) @if($instructor_meet->category_id == 000 )
Any Kind Of Problem
@if(isset($instructor_meet->time))
Joining Time: {{$instructor_meet->time ?? $instructor_meet->time}}
@endif
@endif @endif @php //echo var_dump($user) @endphp @if(isset($leader_u))
Team Leader
Name: {{$leader_u->name ?? $leader_u->name}}
@endif @if(isset($instructorsData)) @foreach($instructorsData as $userD)
Trainer
Name: {{$userD->name ?? $userD->name}}
@endforeach @endif
@if(isset($gmeets))
Join Live Classes
@if(isset($gmeets)) @foreach($gmeets as $gmeet) @if($gmeet->category_id == 000 || $gmeet->category_id == 6 || $gmeet->category_id == 9 || $gmeet->category_id == 10) @else
@if(isset($gmeet->time)) @foreach($categories as $cate) @if($cate->id == $gmeet->category_id)
Class Topic: {{$cate->name}}
Joining Time: {{$gmeet->time ?? $gmeet->time}}
@endif @endforeach @endif
@endif @endforeach @endif @if(isset($photo_edit))
@if(isset($photo_edit->time)) @foreach($categories as $cate) @if($cate->id == $photo_edit->category_id)
Class Topic: {{$cate->name}}
Joining Time: {{$photo_edit->time ?? $photo_edit->time}}
@endif @endforeach @endif
@endif @if(isset($video_edit))
@if(isset($video_edit->time)) @foreach($categories as $cate) @if($cate->id == $video_edit->category_id)
Class Topic: {{$cate->name}}
Joining Time: {{$video_edit->time ?? $video_edit->time}}
@endif @endforeach @endif
@endif @if(isset($social_media))
@if(isset($social_media->time)) @foreach($categories as $cate) @if($cate->id == $social_media->category_id)
Class Topic: {{$cate->name}}
Joining Time: {{$social_media->time ?? $social_media->time}}
@endif @endforeach @endif
@endif
@endif

Izitto Support

Any kind of problem join here for solution

{{ __('Whatsapp') }}
@endif
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())
Course

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

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

@if(count($bundles) > 0)
Course

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

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

{{ __('View All') }}
@endif @endif
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
@if(!get_option('private_mode') || !auth()->guest()) @if(count($consultationInstructors) > 0)
Consultant

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

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

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

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

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

{{ __('View All Instructor') }}
@foreach ($instructors as $instructorUser)
@endforeach
video

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

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

video
@if( @$home->saas_show == 1 && get_option('saas_mode')) @include('frontend.home.partial.saas-home-list') @endif
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')
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')) }}

{{ __(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') }}

{{ __(@$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
@include('frontend.home.partial.consultation-booking-schedule-modal') @endsection @push('style') @endpush @push('script') @endpush