@component('shop::emails.layouts.master')
@include ('shop::emails.layouts.logo')

{{ __('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') }}

@endcomponent