@if ($hasArchived and !$active)
@endif
{!! trans('people.list_link_to_active_contacts', ['url' => route('people.index')]) !!}
@if (! is_null($tags))
{{ trans('people.people_list_filter_tag') }} @foreach ($tags as $tag) {{ $tag->name }} @endforeach {{ trans('people.people_list_clear_filter') }}
@endif @if ($tagLess){{ trans('people.people_list_filter_untag') }} {{ trans('people.people_list_clear_filter') }}
@endif-
{{-- Sorting options --}}
- {{ trans_choice('people.people_list_stats', $contactsCount, ['count' => $contactsCount]) }}