@php use App\Helpers\Helper; @endphp {{ __('homepage.about_us') }} {{ app()->getLocale() == 'en' ? $aboutUs->title_en : $aboutUs->title_np ?? $aboutUs->title_en }} {!! Helper::stripInlineStyle( app()->getLocale() == 'en' ? $aboutUs->description_en : $aboutUs->description_np ?? $aboutUs->description_en, ) !!} @if ($displayButton) {{ __('homepage.about_us') }} @endif @push('scripts') @endpush