@include("layouts.header")
Gallery
Home
Gallery
Our Gallery
Explore Our
Media Gallery
Browse through our collection of images and videos showcasing our premium projects and locations.
All
@foreach($categories as $category)
{{ $category->name }}
@endforeach
@foreach($galleries as $gallery) @if($gallery->image)
{{ $gallery->category->name ?? 'Gallery' }}
@endif @if($gallery->youtube_url)
{{ $gallery->category->name ?? 'Gallery' }}
@endif @endforeach
View More
×
×
@include("layouts.footer")