{{ fixed('Image Gallery', 'छवि गैलरी') }}

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

{{ fixed( 'Explore insects, amphibians, marine ecosystems and wildlife documented by the Zoological Survey of India.', 'भारतीय प्राणी सर्वेक्षण द्वारा प्रलेखित कीटों, उभयचरों, समुद्री पारिस्थितिक तंत्रों और वन्यजीवों का अन्वेषण करें।', ) }}

{{ __('messages.more_gallery') }}
@foreach ($galleryImages->take(6) as $image) @php $imagePath = asset('uploads/gallery/' . $image->szImageName); $class = ''; switch ($loop->iteration) { case 1: $class = 'gallery-large'; break; case 2: $class = 'gallery-wide'; break; case 3: $class = 'gallery-tall'; break; case 6: $class = 'gallery-coral'; break; } @endphp
{{ $image->szImageAlt }}
{{ lang($image->szImageAlt, $image->szImageAltHindi) }}

{{ lang($image->szImageCaption, $image->szImageCaptionHindi) }}

@endforeach
{{--
More Gallery
--}}