@include('automation2._info') @include('automation2._tabs', ['tab' => 'insight'])
{{ trans('messages.automation.your_overview') }}
{{ trans('messages.automation.started_at', ['time' => $automation->getStartedTime()]) }}
{{ number_with_delimiter($stats['total'], $precision = 0) }} {{ trans_choice('messages.automation.contacts', $stats['total']) }} {{ number_with_delimiter($stats['involed']) }} {{ trans_choice('messages.automation.involved', $stats['total']) }} {{ number_to_percentage($stats['complete']) }} {{ trans_choice('messages.automation.complete_percent', $stats['total']) }}

{{ trans('messages.automation.insight.intro') }}

@foreach ($insight as $key => $element) @php $action = $automation->getElement($key); @endphp
{!! $action->getIcon() !!}
{{ $element['subtitle'] }}
{{ trans('messages.automation.action.last_updated') }}

{{ number_to_percentage($element['percentage']) }}

@endforeach