@if(isset($chats) && method_exists($chats, 'total'))
Showing {{ $chats->firstItem() ?? 0 }} to {{ $chats->lastItem() ?? 0 }} of {{ $chats->total() }} chats
@else
No data available
@endif
@if(isset($chats) && method_exists($chats, 'hasPages') && $chats->hasPages())
{{ $chats->links() }}
@endif