@component('mail::message')
{!!__('A new post :post_title is waiting for your approval.', ['post_title' => ''.$post->title .''])!!}
@component('mail::button', ['url' => $post->post_link])
{{__('View post')}}
@endcomponent
{{__('Regards')}},
{{ config('app.name') }}
@endcomponent