@extends('layout.mainlayout') @section('content') @component('components.breadcrumb') @slot('title') Enquires @endslot @slot('item1') index @endslot @slot('item2') Enquires @endslot @endcomponent
Reply added
Form Data
Name

{{ $enquiry->customer_name ?? 'Customer' }}

Phone Number

{{ $enquiry->phone ?? 'Not Provided' }}

Email

{{ $enquiry->email ?? 'Not Provided' }}

Description

I’m planning a group of 10 people for a wine-tasting tour. Could you send me pricing information for this?

Add New Reply
Recent updates
Name Email Address Reply Info Replied On
{{ $reply->agent_name ?? 'Agent' }}
{{ $reply->agent_email ?? 'No Email' }} we will check and get back. 15 May 2025
@component('components.modal-popup') @endcomponent @endsection