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 the `resources/views/livewire/forum/members.blade.php`
Thank you - PNAnsweredexcellent my friend. thank you very much
- Login to Reply