@extends('layouts.app') @section('content') @section('title', 'Gallery')

Our gallery

A glimpse of G4 Homez — furnished rooms, Uluguru views, terraces, and conference spaces in Kilakala, Morogoro

Visual tour

Comfortable accommodation and well-kept grounds for business and leisure

@php $categoryLabels = [ 'rooms' => 'Rooms', 'apartments' => 'Apartments', 'conferences' => 'Conferences', 'other_experiences' => 'Other Experiences', 'slider' => 'Slider', 'post' => 'Gallery', 'news' => 'News', ]; $categories = ($galleryItems ?? collect())->pluck('category')->filter()->unique()->values(); @endphp
@endsection