@extends('layouts.popup.medium') @section('class') full-height @endsection @section('content') @include('automation2._tabs_timeline', [ 'tab' => 'audience' ])
{{ number_with_delimiter($stats['involed']) }}
{{ trans('messages.automation.box.contacts_in_action') }}
{{ number_to_percentage($stats['complete']) }}
{{ trans('messages.automation.box.contacts_done') }}
{{ number_with_delimiter($stats['pending']) }}
{{ trans('messages.automation.box.contacts_skip_pending') }}
0
{{ trans('messages.automation.box.contacts_error') }}
{!! trans('messages.automation.contacts_intro', ['count' => number_with_delimiter($count)]) !!}
{{ trans('messages.automation.update_stats') }}
{{ trans('messages.timeline.sort.' . (request()->sortBy ? request()->sortBy : 'auto_triggers.updated_at')) }}
{{ trans('messages.timeline.sort.auto_triggers.updated_at') }}
{{ trans('messages.timeline.sort.auto_triggers.created_at') }}
{{ trans('messages.timeline.sort.subscribers.created_at') }}
@if ($subscribers->count())
{{ trans('messages.automation.action') }}
{{ trans('messages.automation.export_this_list') }}
{{ trans('messages.automation.copy_to_new_list') }}
{{ trans('messages.automation.tag_those_contacts') }}
@endif
search
@endsection