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)
- MSAnswered
Hello,
You can use
({{ $members->total() }})
to display the total users in theresources/views/livewire/forum/members.blade.php
Thank you
- PNAnswered
excellent my friend. thank you very much
- Login to Reply