Support the ongoing development of Laravel.io →
posted 7 years ago
Views
Last updated 2 years ago.
0

instead of

@if (count($achievements)>0) 

try

@if ($achievements->count())
0

Unfortunately, that did not work. I do appreciate you trying though and I'm always interested in learning new techniques. Thanks!

0
Solution

So I found the solution. Oddly, I found it on the way home, driving. This was originally copy and pasted from, I believe, this site for a previous version of Laravel. The issue is it doesn't needed to be sliced.

0

Sign in to participate in this thread!

Eventy

Your banner here too?

taqfu taqfu Joined 21 Jul 2016

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.