@component('mail::message')
# Greetings from {{env('APP_NAME')}}
We're delighted to hear from you and eager to assist with any questions, feedback, or inquiries you may have. Whether you're seeking information about our services, have a technical query, or simply want to share your thoughts, our team is here to help.
### Name : {{$dataarray['name']}}
### Email ID : {{$dataarray['email']}}
### Mobile No. : {{$dataarray['contact']}}
### Message : {{$dataarray['message']}}
Thanks,
{{ config('app.name') }}
@endcomponent