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

{{ __('Your call has expired') }}

{{ $callTitle }}

{{-- Greeting --}}

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

{{-- Main message --}}

{{ __('Your call ":title" has expired and is no longer visible on the platform.', ['title' => $callTitle]) }}

{{ __('You can create a new call or extend the expiry date on your calls page.') }}

{{-- CTA button --}}
{{ __('Manage your calls') }}

{{ __('Click the button above to log in and manage your calls.') }}

@endcomponent