@extends('frontend.layout')
@section('pageHeading')
{{ __('Home') }}
@endsection
@section('metaKeywords')
@if (!empty($seoInfo))
{{ $seoInfo->meta_keyword_home }}
@endif
@endsection
@section('metaDescription')
@if (!empty($seoInfo))
{{ $seoInfo->meta_description_home }}
@endif
@endsection
@section('content')
@php
if (!empty($heroInfo)) {
$heroBg = asset('assets/img/hero-section/' . $heroInfo->background_image);
} else {
$heroBg = asset('assets/img/static/hero-3.jpeg');
}
@endphp
{{ $feature->text }}{{ !empty($secTitleInfo->features_section_title) ? $secTitleInfo->features_section_title : '' }}
{{ __('No Feature Found') . '!' }}
{{ $feature->title }}
{{ !empty($aboutUsInfo->text) ? $aboutUsInfo->text : '' }}
{!! strlen(strip_tags($course->description)) > 80 ? mb_substr(strip_tags($course->description), 0, 80, 'UTF-8') . '...' : strip_tags($course->description) !!}
{{ $currencyInfo->base_currency_symbol_position == 'left' ? $currencyInfo->base_currency_symbol : '' }}{{ $course->current_price }}{{ $currencyInfo->base_currency_symbol_position == 'right' ? $currencyInfo->base_currency_symbol : '' }}
@if (!empty($course->previous_price))
{{ $currencyInfo->base_currency_symbol_position == 'left' ? $currencyInfo->base_currency_symbol : '' }}{{ $course->previous_price }}{{ $currencyInfo->base_currency_symbol_position == 'right' ? $currencyInfo->base_currency_symbol : '' }}
@endif
{{ __('Price') . ':' }} {{ __('Free') }}
@endif{{ $countInfo->title }}