@component('mail::message')
# {{ __("Hey :name", ['name' => $name]) }}
{{ $causer->name }} {{ __("commented on your post. Click below to view.") }}
@component('mail::button', ['url' => route('post.show', $postId)])
{{ __("View Comment") }}
@endcomponent
{{ __("Thanks") }},
{{ config('app.name') }}
@endcomponent