@extends('frontend.layout.master') @section('title', 'Forums') @section('content')
{{ $forum->name }}
{{ $forum->description }}
{{ $forum->threads->count() }}
Threads
{{ $forum->replies->count() }}
Replies
{{ Str::limit($thread->title, 30, '...') }} by
{{ $thread->user->name }} {{ $thread->created_at->diffForHumans() }}
No Threads