@component('mail::message') {{__('Hi :user_name, We have great news!', ['user_name' => $post->user->username])}}
{!!__('Your post :post_title has been approved!', ['post_title' => ''.$post->title .''])!!} @component('mail::button', ['url' => $post->post_link]) {{__('View post')}} @endcomponent {{__('Regards')}},
{{ config('app.name') }} @endcomponent