@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', $contacts->count(), ['count' => $contacts->count()]) }} @foreach($starredContacts as $contact)
-
@if ($contact->has_avatar)
@else @if (! is_null($contact->gravatar_url))
@else @if (strlen($contact->getInitials()) == 1)
{{ $contact->getInitials() }}@else{{ $contact->getInitials() }}@endif @endif @endif {{ $contact->name }} {{ $contact->description }}
@endforeach
@foreach($unstarredContacts as $contact)
-
@if ($contact->has_avatar)
@else @if (! is_null($contact->gravatar_url))
@else @if (strlen($contact->getInitials()) == 1)
{{ $contact->getInitials() }}@else{{ $contact->getInitials() }}@endif @endif @endif {{ $contact->name }} {{ $contact->description }}
@endforeach