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