@component('emails.layouts.html', ['subject' => __('Your call expires in :days days', ['days' => $daysRemaining])]) {{-- Warning Banner --}}
{{ __('Your call expires in :days days', ['days' => $daysRemaining]) }}{{ $callTitle }} |
{{ __('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 --}}
|
{{ __('Click the button above to log in and manage your calls.') }}
@endcomponent