@extends('front.layouts.master') @section('title', isset($title) ? $title : 'Home') @section('description', isset($description) ? $description : '') @section('keywords', isset($keywords) ? $keywords : '') @section('content')
{{ __('If you would like to make a reservation or need further information, please email or call us directly at the number provided below. We are here to assist you in making your experience with us unforgettable') }}
@csrf
@error('email') {{ $message }} @enderror
@error('requestMsg') {{ $message }} @enderror
@error('g-recaptcha-response') {{ $message }} @enderror

{{ __('You can send any inquiry or contact us through') }}
@endsection @section('post_script') @endsection