@extends('frontend.layouts.app') @section('title', app()->getLocale() === 'np' ? $newsEvent->name_np : $newsEvent->name_en) @section('meta', app()->getLocale() === 'np' ? $newsEvent->description_np : $newsEvent->description_en) @section('content')
About Us Image
@if($newsEvent->image) {{ app()->getLocale() === 'np' ? $newsEvent->name_np : $newsEvent->name_en }} @endif @if($newsEvent->description_en)

{!! app()->getLocale() === 'np' ? $newsEvent->description_np : $newsEvent->description_en !!}

@endif

{{ __('news-and-events.detail_page.about_us') }}

@if($newsEvent->description_en)

{{ Str::limit(app()->getLocale() === 'np' ? $newsEvent->description_np : $newsEvent->description_en, 150) }}

@endif @if($setting->facebook)
@if($setting->facebook) Facebook Icon @endif
@if($setting->linkedin) @endif @if($setting->twitter) @endif
@endif

{{ __('news-and-events.detail_page.all_news') }}

@if($otherNewsEvents) @foreach($otherNewsEvents as $otherNewsEvent) @endforeach @else

{{ __('news-and-events.empty_state.message') }}

@endif
@endsection @push('scripts') @endpush