@if ($lists->total())
{{ $lists->count() }} / {{ $lists->total() }} · {{ trans('messages.search.view_all') }}
@foreach($lists as $list)

{{ number_with_delimiter($list->readCache('SubscriberCount', 0)) }} {{ trans("messages." . Acelle\Library\Tool::getPluralPrase('subscriber', $list->readCache('SubscriberCount', 0))) }} · {{ $list->openUniqRate() }}% {{ trans('messages.open_rate') }} · {{ $list->readCache('ClickedRate', 0) }}% {{ trans('messages.click_rate') }}

@endforeach @endif