@foreach($child_records as $key=>$record_value) {{----}} @if(count($record_value->child_cats)>0) @endif @endforeach
{{$record_value->name}} {{$record_value->sub_heading}}
{{count($record_value->records)}} Items Found
@if($record_value->status)
Published
@else
Draft
@endif
@include('backend.admin.plugins.e_commerce.child_cats',['child_records'=>$record_value->child_cats])