http://laravel.io/forum/04-04-2015-looping-through-collection
Called Progenity in a pedigree program. And yes I have programmed pedigree programs.
I don't know about that poly thingamajig, but I can do a six generation progenity with no problem.
A workaround suggestion. Replace @yield('item')
with @include('item', ['item' => $item])
and move item rendering from a section in my_menu.blade.php to item.blade.php.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community