{{ __('notices.latest_updates') }}
{{ __('notices.notices_description') }}
{{ \Carbon\Carbon::parse($notice->published_date)->format('d M, Y') }}
@if (app()->getLocale() == 'np'){{ app()->getLocale() == 'np' ? Str::limit(html_entity_decode(strip_tags($notice->description_np)), 150) : Str::limit(html_entity_decode(strip_tags($notice->description_en)), 150) }}
{{ __('notices.read_more') }}