@extends('public-booking.layouts.shell') @section('title', 'Guest page unavailable') @push('head') @endpush @section('content')

{{ $hotel->name }}

The public guest page for this property is not available right now. Please call or email the hotel to book.

@if($hotel->phone)

{{ $hotel->phone }}

@endif @if($hotel->email)

{{ $hotel->email }}

@endif
@endsection