{{-- Row 1: Source Insights --}}
{{-- Top Volume --}}

Top Volume Channel

{{ $topSource }}

{{ number_format($topSourceCount) }} inquiries

{{-- Best Quality --}}

Highest Quality

{{ $bestSource }}

{{ number_format($bestRate, 1) }}% conversion

{{-- Lowest Quality --}}

Lowest Quality

{{ $leastSource }}

{{ number_format($leastRate, 1) }}% conversion

{{-- Row 2: Summary Stats --}}
{{-- Total Inquiries --}}

Total Inquiries

{{ number_format($stats['total']) }}

Since Launch

{{-- Interested --}}

Interested

{{ number_format($stats['interested']) }}

{{ $stats['total'] > 0 ? round(($stats['interested'] / $stats['total']) * 100, 1) : 0 }}% interest rate

{{-- Not Interested --}}

Not Interested

{{ number_format($stats['not_interested']) }}

{{ $stats['total'] > 0 ? round(($stats['not_interested'] / $stats['total']) * 100, 1) : 0 }}% rejection rate