@component('mail::message')
@if($type == 'commentator')
Hi {{$fname}}
{{$commentator}} commented on {{$author}}'s post
@endif
@if($type == 'author')
Hi {{$author}}
{{$commentator}} has commented on your post
@endif
@if($type == 'author_commentator')
Hi {{$fname}}
{{$author}} commented post
@endif
Thanks,
{{ config('app.name') }}
Unsubscribe
@endcomponent