@component('emails.layouts.html', ['subject' => __('Your call has been blocked')]) {{-- Warning Banner --}}

{{ __('Your call has been blocked') }}

{{ $callTitle }}

{{-- Greeting --}}

{{ __('Dear') }} {{ $callable->name }},

{{-- Main message --}}

{{ __('Your call ":title" has been blocked by the platform administrators for policy review and is no longer visible.', ['title' => $callTitle]) }}

{{ __('If you believe this was done in error, please contact our support team.') }}

{{-- CTA button --}}
{{ __('Contact support') }}
@endcomponent