@php $aboutUs = get_theme_option('about_us' . active_language()) ?: get_theme_option('about_usen') ?? get_theme_option('about_us' . app('default_language')); $bannerImageOne = $aboutUs['banner_img_digital'] ?? ''; $bannerPath = "storage/lms/theme-options/{$bannerImageOne}"; $defaultBanner = 'lms/frontend/assets/images/banner/banner_placeholder_2.svg'; // Check if the banner image exists and is not empty $bannerImage = !empty($bannerImageOne) && file_exists(public_path($bannerPath)) ? asset($bannerPath) : asset($defaultBanner); @endphp
about
{{ translate('About Us') }}

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

{{ $aboutUs['short_description'] ?? '' }}
{{ translate('Read More About') }}