@extends('layouts.app') @section('content')
{{ $pageTitle }}
{{ $pageNote }}
All Posts
All Categories
@foreach($rows as $row)
{{ $row->name }} ( {{ $row->total }} )
@endforeach
@stop