@component('mail::message') # New Message Received Hello, You have received a new message on website. Name : {{ $form['name'] }} Email : {{ $form['email'] }} Phone : {{ $form['phone'] }} Message : {{$form['message']}} Thanks, {{ config('app.name') }} @endcomponent