@extends('mails.mail-layout') @section('content')

Dear Admin,

You have received a new online inquiry from our Contact us form in the website. Get in touch with them shortly. Below are the details of their inquiry:

Company: {{$payload->company_name ? $payload->company_name : ''}}
Full Name: {{$payload->name ? $payload->name : ''}}
Email Address: {{$payload->email ? $payload->email : ''}}
Phone: {{$payload->phone_number ? $payload->phone_number : ''}}
Website Url: {{$payload->website ? $payload->website : ''}}
Message: {{$payload->message}}

Please contact them the soonest. Thank you!

Thank you.

@endsection