Image Gallery

Zoological Survey of India

Explore insects, amphibians, marine ecosystems and wildlife documented by the Zoological Survey of India.

@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 }}
{{ $image->szImageAlt }}

{{ $image->szImageCaption }}

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