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

Get in Touch

Contact Us

We'd love to hear from you. Our team is here to help.

{{-- Contact info --}}
@if(!empty($contact['phone']))

Phone

{{ $contact['phone'] }}

@endif @if(!empty($contact['email'])) @endif @if(!empty($contact['address']))

Address

{{ $contact['address'] }}

@endif @if(!empty($contact['hours']))

Hours

{{ $contact['hours'] }}

@endif
{{-- Map --}}
@if(!empty($contact['map_embed']))
{!! $contact['map_embed'] !!}
@else

Add Google Maps embed via Website CMS

@endif @if($bookingEnabled)

Ready to Book?

Best rates when you book directly with us.

Book Online Now
@endif
@endsection