@component('mail::message')
Hi {{ fname($name) }},
# Thank you for contacting EXPOMEDICS!
We’ve received your message and an Account Manager will contact you shortly
Here’s a summary of the information the user submitted:
Name: {{ $name }}
Subject: {{ $subject }}
Email: {{ $email }}
Phone: {{ $phone }}
Message: {{ $message }}
@lang('Best Regards'),
{{ config('app.name') }} Team
@endcomponent