{{ t('conversation_limit_reached') }}!
{{ t('conversation_limit_upgrade_message') }}.
{{ t('please') }} {{ t('click_here_to_update_plan') }} {{ t('and_restore_full_access') }}.
{{ t('we_have_received') }} {{ t('webhook_events_from_meta') }} {{ t('whatsapp_messsage_template_changed_alert') }}
{{ t('empower_your_business') }} {{ $appName }}
@if ($nextBillingDate) @if ($activeSubscription && $activeSubscription->status === 'trial') {{ t('trial_ends') . ': ' . $nextBillingDate }} @if ($daysUntilBilling !== null) ({{ $daysUntilBilling > 0 ? $daysUntilBilling . ' ' . t('days_left') : t('expired') }}) @endif @else {{ t('next_billing') }} {{ $nextBillingDate }} @if ($daysUntilBilling !== null && $daysUntilBilling > 0) ({{ $daysUntilBilling }} {{ t('days') }}) @endif @endif @else {{ t('no_active_subscription') }} @endif