Conversation Limit Reached!
You have reached the maximum number of conversations allowed under your current plan.
Please click here to update your plan and restore full access.
{{ t('empower_your_business') }} {{ $appName }}
@if ($nextBillingDate) @if ($activeSubscription && $activeSubscription->status === 'trial') Trial ends: {{ $nextBillingDate }} @if ($daysUntilBilling !== null) ({{ $daysUntilBilling > 0 ? $daysUntilBilling . ' days left' : 'Expired' }}) @endif @else {{ t('next_billing') }} {{ $nextBillingDate }} @if ($daysUntilBilling !== null && $daysUntilBilling > 0) ({{ $daysUntilBilling }} days) @endif @endif @else {{ t('no_active_subscription') }} @endif