@component('mail::message') # {{__('Dear')}} {{$user->fullName}} {{__("A user left a message via the contact form on the site ':url', with the following details:",['url' => url('/')])}}
{{__("Name")}} : {{ $contact->name }}
{{__("Email")}} : {{ $contact->email }}

{{__("Subject")}} : {{ $contact->title }}

{{__("Message")}} :

{{$contact->message}}

{{__("Thank you")}},
{{ config('app.name') }} @endcomponent