• @foreach (categories() as $cat)
    • @foreach (subcategories($cat->id) as $sub)
    • @endforeach
  • @endforeach