Performance & Revenue Analytics

Conversion & Revenue Intelligence

First-touch attribution, response SLA performance, pipeline conversion, and lead recovery metrics.

Filters:
@if(array_filter($filters)) Clear filters @endif
Won Revenue
{{ \App\Domains\Core\Services\CurrencyService::format($overview['revenue_attributed'], $workspace->currency) }}
@if($overview['revenue_change_pct'] !== null) {{ $overview['revenue_change_pct'] >= 0 ? '+' : '' }}{{ $overview['revenue_change_pct'] }}% vs prior period @endif
Conversion Rate
{{ $overview['conversion_rate'] }}%
{{ $overview['won_leads'] }} won of {{ $overview['new_leads'] }} total leads
Avg Response Time
{{ $overview['avg_response_minutes'] !== null ? $overview['avg_response_minutes'] . 'm' : '—' }}
{{ $overview['sla_compliance_rate'] }}% within {{ $overview['sla_target_minutes'] }}m SLA
Leads Recovered
{{ $overview['recovered_leads'] }}
Saved through No Lead Left Behind follow-ups

Lead Source Attribution (First-Touch)

Win rate and attributed revenue per acquisition channel.

@if(empty($sources))
No source data recorded in this period.
@else
@foreach($sources as $src) @endforeach
Source Leads Won Win Rate Won Revenue
{{ $src['name'] }} {{ $src['total_leads'] }} {{ $src['won_leads'] }} {{ $src['conversion_rate'] }}% {{ \App\Domains\Core\Services\CurrencyService::format($src['won_revenue'], $workspace->currency) }}
@endif

Pipeline Stage Funnel

Volume & progression rate across stages.

@foreach($pipeline as $stage)
{{ $stage['name'] }} {{ $stage['count'] }} ({{ \App\Domains\Core\Services\CurrencyService::format($stage['total_value'], $workspace->currency) }})
@endforeach

Follow-Up Execution

Automation reliability & task completion.

Completed {{ $followups['completed'] }}
Scheduled {{ $followups['scheduled'] }}
Overdue {{ $followups['overdue'] }}
Task Completion Rate {{ $followups['completion_rate'] }}%

Conversion by Intent Score Band

Purchasing intent distribution & outcomes.

@foreach($aiBands as $band)
{{ $band['name'] }} ({{ $band['total_leads'] }} leads)
{{ $band['conversion_rate'] }}% won {{ \App\Domains\Core\Services\CurrencyService::format($band['won_revenue'], $workspace->currency) }}
@endforeach

Team Operational Summary

Assigned leads & response performance.

@forelse($team as $member)
{{ $member['name'] }} {{ $member['assigned_leads'] }} leads · {{ $member['won_leads'] }} won
{{ \App\Domains\Core\Services\CurrencyService::format($member['won_revenue'], $workspace->currency) }} {{ $member['avg_response_minutes'] ? $member['avg_response_minutes'].'m avg' : '—' }}
@empty
No team activity recorded.
@endforelse