{{ t('conversation_limit_reached') }}!
{{ t('conversation_limit_upgrade_message') }}.
{{ t('we_have_received') }} {{ t('webhook_events_from_meta') }} {{ t('whatsapp_messsage_template_changed_alert') }}
{{ t('empower_your_business') }} {{ $appName }}
@if ($activeSubscription && $activeSubscription->plan->billing_period === 'lifetime') {{ t('lifetime') }} @elseif ($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 {{ $subscriptionMessage ?? t('no_active_subscription') }} @endif