@if ($contacts->count() == 0) @include('people.blank') @else
@if ($hasArchived and !$active)
{!! trans('people.list_link_to_active_contacts', ['url' => route('people.index')]) !!}
@endif
@endif