PN
 Asked 
How can I put the number of registered members on the screen that lists users (/members). In this case it would look like this: Members (145)
- MSAnsweredHello, You can use ({{ $members->total() }})to display the total users in theresources/views/livewire/forum/members.blade.phpThank you 
- PNAnsweredexcellent my friend. thank you very much 
- Login to Reply