Our Clinic
Eyenix Eye Care Gallery
A glimpse into our advanced facilities, expert care, and patient-friendly environment.
@foreach ($gallerys as $item)
{{-- If second image exists --}}
@if ($item->image2)
{{ $item->title }}
{{ $item->description }}
@else
{{-- Single image item --}}
{{ $item->title }}
{{ $item->description }}
@endif
@endforeach