Enquiry volume, engagement and conversion performance.
Daily volume of new leads received.
{{ $dashboard['heatmapWeekLabel'] }} {{ $dashboard['heatmapWeekDates'] }}
| Time | @foreach(['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'] as $dayIndex => $day){{ $day }} @if($dashboard['heatmapDates'][$dayIndex]) {{ $dashboard['heatmapDates'][$dayIndex] }} @endif | @endforeach
|---|---|
| {{ str_pad($hour, 2, '0', STR_PAD_LEFT) }}:00 | @foreach($days as $dayIndex => $value){{ $value ?: '' }} | @endforeach
Current outcome of leads received in the selected period.
| Status | Leads | Percentage |
|---|---|---|
| {{ $status['label'] }} | {{ number_format($status['count']) }} | {{ number_format($status['percentage'], 1) }}% |
| Total | {{ number_format($dashboard['statusTotal']) }} | {{ $dashboard['statusTotal'] > 0 ? '100%' : '0%' }} |