@component('mail::message')
# A new user has submitted the Contact Us form!
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