@extends('layouts.app') @section('title') Forum @endsection @section('content')
@foreach ($categories as $category) @endforeach
Category Threads Posts Last Post

{{ $category->name }}

{{ $category->description }}

{{ $category->threads()->count() }} {{ $category->threads()->count() + $category->posts()->count() }} {{ $category->updated_at->diffForHumans() }}
@endsection