@component('shop::emails.layouts.master')
{{ __('shop::app.mail.order.comment.dear', ['customer_name' => $comment->order->customer_full_name]) }},
{{ $comment->comment }}
{!! __('shop::app.mail.order.comment.help', [ 'support_email' => '' . config('mail.from.address'). '' ]) !!}
{{ __('shop::app.mail.order.comment.thanks') }}