@component('mail::message') # {{ __("Hey :name", ['name' => $name]) }} {{ $causer->name }} {{ __("liked your post. Click below for more information.") }} @component('mail::button', ['url' => route('post.show', $postId)]) {{ __("View Post") }} @endcomponent {{ __("Thanks") }},
{{ config('app.name') }} @endcomponent