{{ fixed('Latest Updates', 'नवीनतम अपडेट') }}

{{ fixed('New Release', 'नई रिलीज़') }}

{{-- RECENT UPDATES --}} @if($recentUpdates->isNotEmpty())
@forelse($recentUpdates as $news)
{{ $news->szHeadlines }}
{{ lang($news->szHeadlines, $news->szHeadlinesHindi) }}

{{ Str::limit(strip_tags(lang($news->szContent, $news->szContentHindi)), 120) }}

@empty
{{ fixed('No recent updates available.', 'कोई हालिया अपडेट उपलब्ध नहीं है।') }}
@endforelse
@endif {{-- ZSI NEWS --}}
@forelse($zsiInNews as $item)
{{ lang($item->szTitle, $item->szHindiTitle) }}
{{ date('d M Y', strtotime($item->dtPublishedOn)) }}
@empty
{{ fixed('No records found.', 'कोई रिकॉर्ड नहीं मिला।') }}
@endforelse
Zoological Survey of India
{{ fixed('BACKGROUND', 'पृष्ठभूमि') }}

{{ fixed('Zoological Survey of India', 'भारतीय प्राणी सर्वेक्षण') }}

@if (!empty($about->szDescription)) {!! Str::limit(strip_tags($about->szDescription), 1000) !!} @else

{{ fixed('In India, there are four biodiversity hot spots - Western Ghats / Sri Lanka, Indo Burma, Himalayas and Sundaland.', 'भारत में चार जैव विविधता हॉटस्पॉट्स हैं - पश्चिमी घाट/श्रीलंका, इंदो-बर्मा, हिमालय और सुंडालैंड।')}}
{{ fixed('There are about 1.7 million living species described from all over the world and another 15 million species are waiting to be discovered.', 'दुनिया भर से लगभग 1.7 मिलियन जीवित प्रजातियाँ वर्णित की गई हैं और लगभग 15 मिलियन प्रजातियाँ और हैं जिन्हें खोजा जाना बाकी है।')}}
{{ fixed('In India till date, 1,00,693 species of animals have been described, but a large number of species are expected to be discovered especially from the lower invertebrate groups occurring in various ecosystems.', 'भारत में अब तक 1,00,693 प्रजातियाँ वर्णित की गई हैं, लेकिन कई प्रजातियाँ अभी भी खोजी जानी बाकी हैं, खासकर निचले अकशेरुकीय समूहों से जो विभिन्न पारिस्थितिकी तंत्रों में पाए जाते हैं।')}}
{{ fixed('Also the status of the higher group of animals especially those in the Schedules need to be studied before their habitats get disappeared.', 'साथ ही उच्च समूहों के प्राणियों की स्थिति विशेष रूप से उन प्रजातियों की अध्ययन की आवश्यकता है, जो अनुसूचियों में शामिल हैं, इससे पहले कि उनके आवास नष्ट हो जाएं।')}}

@endif