@php $aboutUs = get_theme_option('about_us' . active_language()) ?: get_theme_option('about_usen') ?? get_theme_option('about_us' . app('default_language')); $bannerImage = $aboutUs['banner_img_elearning'] ?? ''; $aboutTitle = $aboutUs['title'] ?? ''; $aboutDesc = $aboutUs['short_description'] ?? ''; $bannerPath = 'lms/theme-options'; $defaultBanner = 'lms/frontend/assets/images/banner/banner_placeholder_2.svg'; $thumbnail = $bannerImage && fileExists($bannerPath, $bannerImage) == true ? asset("storage/$bannerPath/$bannerImage") : asset($defaultBanner); @endphp
banner
@if ($aboutTitle)

{{ $aboutTitle }}

@endif @if ($aboutDesc)

{{ $aboutDesc }}

@endif
{{ $aboutUs['active_user'] ?? '' }} {{ translate('m+') }}
{{ translate('Active users') }}

{{ $aboutUs['active_user_short_des'] ?? '' }}

{{ $aboutUs['satisfied_student'] ?? '' }} %
{{ translate('Satisfied Students') }}

{{ $aboutUs['satisfied_user_short_des'] ?? '' }}

{{ translate('Explore Details') }}