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

{{ t('conversation_limit_reached') }}!

{{ t('conversation_limit_upgrade_message') }}.

  • {{ t('campaign_sending_paused') }}
  • {{ t('chat_reinitialization_disabled') }}
  • {{ t('new_conversation_blocked_until_limit_reset') }}

{{ t('please') }} {{ t('click_here_to_update_plan') }} {{ t('and_restore_full_access') }}.

@endif {{-- Dashboard Template Change Alert --}} @if (get_tenant_setting_from_db('whats-mark', 'is_templates_changed', '0') == '1')

{{ t('whatsapp_template_status_change_detected') }}

{{ t('we_have_received') }} {{ t('webhook_events_from_meta') }} {{ t('whatsapp_messsage_template_changed_alert') }}

{{ t('warning_point_1') }}
{{ t('warning_point_2') }}
{{ t('warning_point_3') }}
@endif

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

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

{{ $planName }}

@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

{{ t('usage_limits') }}

{{ do_action('after_dashboard_stats_card') }}

{{ t('audience_growth') }}

{{ t('contact_sources') }}

{{ t('weekly_message_volume') }}

{{ t('campaign_statistic') }}