@extends('layouts.app') @section('title') Forum @endsection @section('content')
| Category | Threads | Posts | Last Post | @foreach ($categories as $category)
|---|---|---|---|
{{ $category->name }}{{ $category->description }} |
{{ $category->threads()->count() }} | {{ $category->threads()->count() + $category->posts()->count() }} | {{ $category->updated_at->diffForHumans() }} |