@component('mail::message')
# Hello {{$notifiable->username}}.
You are receiving this email because one of your video was banned for violating our Terms of Service.
@component('mail::panel')
{{$video->title}}
{{trans_choice('views', $video->views_count)}} • {{$video->created_at->format('d F Y')}}
@endcomponent
If you want contest this decision, please contact our support.
@component('mail::button', ['url' => route('contact.show')])
Contact Support
@endcomponent
Regards, {{ config('app.name') }}
@endcomponent