@component('mail::message') {!!__('There is a new comment for :post_title.', ['post_title' => ''.$comment->post->title .''])!!} @component('mail::button', ['url' => generate_comment_url($comment, true)]) {{__('View comment')}} @endcomponent @component('mail::panel') {!! parse_comment_text($comment->comment) !!} @endcomponent {{__('Regards')}},
{{ config('app.name') }} @endcomponent