@include('pages.contacts.components.misc.list-page-actions') @if(auth()->user()->is_team)
@if (@count($contacts ?? []) > 0) @include('misc.list-pages-stats') @endif
@endif
@include('pages.contacts.components.table.wrapper')