• menu {{ trans('messages.automation.settings') }}
  • bubble_chart {{ trans('messages.automation.insight') }}
  • multiline_chart {{ trans('messages.automation.statistics') }}
    timeline {{ trans('messages.automation.timeline') }} people {{ trans('messages.automation.all_contacts') }} ({{ $automation->subscribers()->count() }})
    @foreach ($automation->getInsight() as $key => $element) @php $action = $automation->getElement($key); @endphp {!! $action->getIconWithoutBg() !!} {{ $action->getName() }} ({{ format_number($element['count']) }}) @endforeach