Compare the latest two months of your company's customer report metrics.
@if(!$company){{ $company }}
{{ $month_labels[0] ?? '-' }}
{{ $month_labels[1] ?? '-' }}
| Metric | {{ $month_labels[0] ?? 'Month 1' }} | {{ $month_labels[1] ?? 'Month 2' }} | Change |
|---|---|---|---|
| {{ $groupName }} | |||
| {{ $row['label'] }} | {{ $row['first_value'] ?? '-' }} | {{ $row['second_value'] ?? '-' }} | {{ $row['change'] ?? '-' }} |
| No metrics in this group | |||
| No data available | |||
| Metric | {{ $month_labels[0] ?? 'Month 1' }} | {{ $month_labels[1] ?? 'Month 2' }} | Change |
|---|---|---|---|
| {{ $groupName }} | |||
| {{ $row['label'] }} | {{ $row['first_value'] ?? '-' }} | {{ $row['second_value'] ?? '-' }} | {{ $row['change'] ?? '-' }} |
| No metrics in this group | |||
| No data available | |||