{{ __("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 }}%)
{{ $conv->contact?->full_name ?? $conv->subject ?? __('Conversation') }}
{{ $conv->last_message_preview ?? __('No messages') }}
{{ __('Complete these steps to get the most out of MailTrixy') }}
{{ $step['title'] }}
{{ $step['desc'] }}
{{ __('Set up your communication channels') }}
{{ $ch['name'] }}
{{ __('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.') }}