@extends('frontend.template.innermaster') @section('content')
@if(count($categories) > 0)
@php $i=0; @endphp @foreach ($categories as $category) @if(count($category->knowledgeCenters)>0)

@foreach($category->knowledgeCenters as $row) @endforeach
@endif @php $i++; @endphp @endforeach
@else
No data found.
@endif
@endsection