{{ __("Here's what's happening with your workspace.") }}
{{ $usagePercent >= 100 ? __('AI reply limit reached') : __('Approaching AI reply limit') }}
{{ number_format($aiRepliesUsed) }} / {{ number_format($aiRepliesLimit) }} {{ __('AI replies used this month') }} ({{ $usagePercent }}%)
{{ $aiCostPercent >= 100 ? __('AI spending cap reached - auto-replies paused') : __('Approaching AI spending cap') }}
@currency($aiMonthlyCost) / @currency($aiCostLimit) spent this month ({{ $aiCostPercent }}%)
{{ $rangeLabel }}
{{ __('Emails Sent') }}
{{ number_format($campaignStats['sent_count']) }}
{{ __('Open Rate') }}
{{ $campaignStats['open_rate'] }}%
{{ number_format($campaignStats['opened_count']) }} {{ __('opens') }}
{{ __('Click Rate') }}
{{ $campaignStats['click_rate'] }}%
{{ number_format($campaignStats['clicked_count']) }} {{ __('clicks') }}
{{ __('Active') }}
{{ number_format($campaignStats['active_campaigns']) }}
{{ __('sending / scheduled') }}
{{ __('Complete these steps to get the most out of :brand', ['brand' => \App\Helpers\BrandingHelper::name()]) }}
{{ $step['title'] }}
{{ $step['desc'] }}
{{ __('Set up your communication channels') }}
{{ $ch['name'] }}
@if($ch['connected']){{ __('Connected') }}
@endif{{ __('Your latest email and message threads') }}
{{ $conv->subject ?? __('No subject') }}
{{ $conv->contact?->full_name ?? $conv->contact?->email ?? __('Unknown') }}
{{ __('No conversations yet') }}
{{ __('Connect an email account or channel to start receiving messages.') }}