@component('emails.layouts.html', ['subject' => __('Your call expires in :days days', ['days' => $daysRemaining])]) {{-- Warning Banner --}}

{{ __('Your call expires in :days days', ['days' => $daysRemaining]) }}

{{ $callTitle }}

{{-- Greeting --}}

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

{{-- Main message --}}

{{ __('Your call ":title" expires in :days days.', ['title' => $callTitle, 'days' => $daysRemaining]) }}

{{ __('Renew it before it is removed from the platform.') }}

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

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

@endcomponent