@include('hk.header')

{{ $page_title }}

@foreach($categories as $row) @endforeach
# Category Name Sub Categories
{{$row->id}} {{$row->name}} @if(count($row->subcategories) > 0) @else No sub categories @endif
@include('hk.footer')