@include('header') @include('header_nav')
@include('sidebar')

Categories

  • Uncategorized
      @foreach($tree as $category) @include('tree_node', ['category' => $category]) @endforeach

Content for Tab 3 goes here.

@include('footer')