Can you try dd right after the second foreach line:
@foreach($fpc->forum_categories as $category)
@php(dd($fpc, $category))
....
@endforeach
Just to see exactly what you are getting at that point, or if it's entering the loop at all
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community