@php $i = 1; @endphp
@foreach($categories as $category)
@php $j = 1; @endphp
@foreach($category['subCategory'] as $subCategory)
{{$subCategory['name']}}
@php $k = 1; @endphp
@foreach($subCategory->faq as $faq)
@php $k++; @endphp
@endforeach
@php $j++; @endphp
@endforeach
@php $i++; @endphp
@endforeach