@component('mail::message') # Сообщение с формы Тема: {{$data->title}} Сообщение: {{$data->body}} @if($data->userInfo->guest) Email: {{$data->userInfo->userEmail}} @else ФИО: {{$data->userInfo->userFullName}} Телефон: {{$data->userInfo->userPhone}} Email: {{$data->userInfo->userEmail}} Ссылка на профиль: {{$data->userInfo->profileUrl}} @endif Спасибо, {{ config('app.name') }} @endcomponent