@if (count($customers))
@if ($customers->lastPage() > 1)
{{ $customers->links('conversations/conversations_pagination') }}
@endif
@else @include('partials/empty', ['empty_text' => __('No customers found')]) @endif