@extends('public.layouts.guest') @section('title', 'Gallery — ' . \App\Models\Setting::get('property_name','Parkview Hotel CDO')) @section('nav_gallery', 'text-teal-700 font-semibold') @section('content')

Our Property

Photo Gallery

A glimpse of what awaits you at Parkview Hotel CDO.

@if($photos->count())
@foreach($photos as $i => $photo)
{{ $photo->caption ?? 'Gallery photo' }} @if($photo->caption)
{{ $photo->caption }}
@endif
@endforeach {{-- Lightbox --}}
@else

Gallery Coming Soon

Photos will be uploaded by our team shortly.

@endif
@endsection