@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')
{!! app()->getLocale() === 'np' ? $newsEvent->description_np : $newsEvent->description_en !!}
@endif{{ Str::limit(app()->getLocale() === 'np' ? $newsEvent->description_np : $newsEvent->description_en, 150) }}
@endif @if($setting->facebook) @endif
{{ $otherNewsEvent->created_at->format('d F Y') }}
{{ __('news-and-events.empty_state.message') }}