@include('hk.header')

{{ $page_title }}

@foreach($stats as $row) @endforeach
Category name Total Views
{{$row['category']}} {{$row['total_views']}}
@include('hk.footer')