All Category

Categories

    @foreach ($data as $category)
  • {{$category['title']}}
  • @if (count($category['child']) > 0) @foreach ($category['child'] as $item)
  • {{$item['title']}}

  • @endforeach @endif @endforeach