Hi I'm currently developing a voting system using laravel. I want to attach a member count in each party. This is my code
$partylist = Partylist:all();
I want to achieve this on my blade :
{{$partylist->members}}
Hi I'm currently developing a voting system using laravel. I want to attach a member count in each party. This is my code
$partylist = Partylist:all();
I want to achieve this on my blade :
{{$partylist->members}}