{{ fixed('Quick Access', 'त्वरित पहुँच') }}

{{ fixed('Important Links', 'महत्वपूर्ण लिंक') }}

{{ fixed( 'Explore official resources, scientific publications, committees, reports and biodiversity services from Zoological Survey of India.', 'भारतीय प्राणी सर्वेक्षण के आधिकारिक संसाधनों, वैज्ञानिक प्रकाशनों, समितियों, रिपोर्टों एवं जैव विविधता सेवाओं का अन्वेषण करें।', ) }}

@forelse($importantLinks->take(8) as $index => $link)
{{ lang($link->szLinkName, $link->szHindiLinkName) }}
{{ fixed('Explore Resource', 'संसाधन देखें') }}
@empty
{{ fixed('No Important Links Available.', 'कोई महत्वपूर्ण लिंक उपलब्ध नहीं है।') }}
@endforelse
{{ fixed('View More', 'और देखें') }}
{{ fixed('Important Links', 'महत्वपूर्ण लिंक') }}