@component('mail::message')
{{__('Hi :user_name, We have bad news!', ['user_name' => $comment->user->username])}}
{!!__('Your comment for :post_title has been deleted!', ['post_title' => ''.$comment->post->title .''])!!}
@component('mail::panel')
{!! parse_comment_text($comment->comment) !!}
@endcomponent
{{__('Regards')}},
{{ config('app.name') }}
@endcomponent