{{ __('Total Conversations') }} 
{{ $metrics['total']['value'] }} @include('reports::partials/metric_change', ['change' => $metrics['total']['change']])
{{ __('New Conversations') }} 
{{ $metrics['new']['value'] }} @include('reports::partials/metric_change', ['change' => $metrics['new']['change']])
{{ __('Messages Received') }} 
{{ $metrics['messages']['value'] }} @include('reports::partials/metric_change', ['change' => $metrics['messages']['change']])
{{ __('Customers') }} 
{{ $metrics['customers']['value'] }} @include('reports::partials/metric_change', ['change' => $metrics['customers']['change']])
{{ __('Conversations per Day') }} 
{{ $metrics['conv_day']['value'] }} @include('reports::partials/metric_change', ['change' => $metrics['conv_day']['change']])
{{ __('Busiest Day') }} 
{{ $metrics['busy_day']['value'] }}
@if (in_array('d', $chart['group_bys']))
@endif @if (in_array('w', $chart['group_bys']))
@endif @if (in_array('m', $chart['group_bys']))
@endif
@if (count($table_customers))
@foreach ($table_customers as $customer) @if (!empty($customer['customer'])) @endif @endforeach
{{ __('Most Active Customers') }} #
{{ $customer['customer']->getFullName(true) }} {{ (int)$customer['messages_count'] }}
@endif @if (count($table_tags))
@foreach ($table_tags as $tag) @if (!empty($tag['tag'])) @endif @endforeach
{{ __('Tags') }} #
{{ $tag['tag']->name }} {{ (int)$tag['conv_count'] }}
@endif