{{ t('dashboard') }} {{-- conversation limit alert --}} @if ( $conversationLimit != -1 && ($totalConversations == $conversationLimit || $totalConversations >= $conversationLimit))

Conversation Limit Reached!

You have reached the maximum number of conversations allowed under your current plan.

  • - Campaign sending is temporarily paused.
  • - Chat reinitialization is disabled.
  • - New conversation creation is blocked until your limit resets or the plan is upgraded.

Please click here to update your plan and restore full access.

@endif

{{ t('hello') }} {{ $tenantUser ? $tenantUser->firstname . ' ' . $tenantUser->lastname : 'User' }},

{{ t('empower_your_business') }} {{ $appName }}

{{ $planName }}

@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

{{ t('usage_limits') }}

{{ t('audience_growth') }}

{{ t('contact_sources') }}

{{ t('weekly_message_volume') }}

{{ t('campaign_statistic') }}