Question: Member Counter On The Members Screen

Member Counter On The Members Screen

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)

PN

Paulo Neto

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)

  • MS

    Mian Saleem

    Answered

    Hello,

    You can use ({{ $members->total() }}) to display the total users in the resources/views/livewire/forum/members.blade.php

    Thank you

  • PN

    Paulo Neto

    Answered

    excellent my friend. thank you very much

  • Login to Reply