@php use App\Helpers\Helper; @endphp

{{ __('pages.about_us') }}

{!! Helper::stripInlineStyle( app()->getLocale() == 'en' ? $aboutUs->description_en ?? '' : $aboutUs->description_np ?? ($aboutUs->description_en ?? ''), ) !!}
{{-- Social Icons --}}
@if ($socials->facebook) @endif @if ($socials->instagram) @endif @if ($socials->x) @endif @if ($socials->linkedin) @endif @if ($socials->youtube) @endif