Cannot get data from collection in Laravel

I want to get data from collection i am getting following two arrays in collection when i run this code:


enter image description here

and i want to get data through loop for that i am using following code:

Code:

 @foreach ($child_categories as $index => $element)

@endforeach


from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/38HhFnX
via IFTTT

تعليقات

المشاركات الشائعة من هذه المدونة

I am unable to figure out how to create payment collection request, after a form has been submitted in laravel

laravel, mysql transaction not working after failed one time