{{ __($banner_mini_word) }}
@endforeach{{ __(@$home->banner_first_line_title) }} {{ __(@$home->banner_second_line_title) }} {{ __(@$home->banner_third_line_title) }} {{ __(@$home->banner_fourth_line_title) }}
{{ __(@$home->banner_subtitle) }}
@extends('frontend.layouts.app')
@section('meta')
@php
$metaData = getMeta('home');
@endphp
@if (isAddonInstalled('LMSZAIPRODUCT'))
@endif
@endsection
@push('theme-style')
@endpush
@section('content')
@php
$bannerImage = @$home->banner_image;
if(env('IS_LOCAL', 0)){
$bannerImage = get_option('banner_image_'.get_option('theme', THEME_DEFAULT));
}
@endphp
{{ __(get_option('home_special_feature_area_subtitle')) }} {{ __(get_option('home_special_feature_first_subtitle')) }} {{ __(get_option('home_special_feature_second_subtitle')) }} {{ __(get_option('home_special_feature_third_subtitle')) }} {{ __(get_option('course_subtitle')) }} {{ __(get_option('bundle_course_subtitle')) }}
{{__('PRICE')}}:
@if($currencyPlacement == 'after')
{{$bundle->price}} {{ $currencySymbol }}
@else
{{ $currencySymbol }} {{$bundle->price}}
@endif
{{ __(get_option('category_course_subtitle')) }} {{ __(get_option('upcoming_course_title')) }} {{ __(get_option('product_section_subtitle')) }} {{__('Price')}}:
@if($product->old_price > $product->current_price)
@if($currencyPlacement ?? get_currency_placement() == 'after')
{{ $product->old_price }} {{ $currencySymbol ?? get_currency_symbol() }}
@else
{{ $currencySymbol ?? get_currency_symbol() }} {{ $product->old_price }}
@endif
@if($currencyPlacement ?? get_currency_placement() == 'after')
{{ $product->current_price }} {{ $currencySymbol ?? get_currency_symbol() }}
@else
{{ $currencySymbol ?? get_currency_symbol() }} {{ $product->current_price }}
@endif
@else
@if($currencyPlacement ?? get_currency_placement() == 'after')
{{ $product->current_price }} {{ $currencySymbol ?? get_currency_symbol() }}
@else
{{ $currencySymbol ?? get_currency_symbol() }} {{ $product->current_price }}
@endif
@endif
{{ __(get_option('top_instructor_subtitle')) }} {{ @$user->professional_title }}{{ __(get_option('home_special_feature_title')) }}
{{ __(get_option('home_special_feature_first_title')) }}
{{ __(get_option('home_special_feature_second_title')) }}
{{ __(get_option('home_special_feature_third_title')) }}
{{ __(get_option('course_title')) }}
{{ __(get_option('bundle_course_title')) }}
{{ __(get_option('category_course_title')) }}
{{ __(get_option('upcoming_course_title')) }}
{{ __(get_option('product_section_title')) }}
@if(env('LOGIN_HELP') == 'active')
(Addon)
@endif
{{ __(get_option('top_instructor_title')) }}
#CHOOSE A SAAS PLAN AND SAVE MONEY!
{{ __(get_option('customer_say_sub_title')) }}
{{ __(get_option('customer_say_first_comment_description')) }}
{{ __(get_option('customer_say_second_comment_description')) }}
{{ __(get_option('customer_say_third_comment_description')) }}
{{ __(get_option('customer_say_fourth_comment_description')) }}
#CHOOSE A SAAS PLAN AND SAVE MONEY!
{{ __(@$aboutUsGeneral->instructor_support_subtitle) }}
{{ __($instructorSupport->subtitle) }}
{{ __(get_option('faq_subtitle')) }}
{{ __($faqQuestion->answer) }}
{{ __($faqQuestion->answer) }}