{{config('app.name')}}

Contact Enquiry

Hi Admin,

We have received new contact enquiry from {{ $contact_us->name ?? '' }}


Enquiry on {{ date('dS F, Y', strtotime($contact_us?->created_at))}}

Time {{ date('h:i A', strtotime($contact_us?->created_at))}}

Name: {{ $contact_us->name ?? '' }}
Mobile Number: {{ $contact_us->mobile ?? '-' }}
Email ID: {{ $contact_us->email ?? '' }}


{!! $contact_us->message !!}

Best Regards,
{{ config('app.name') }}

This email was sent from a notification-only address that cannot accept incoming email.
Please do not reply to this message.