@extends('frontend.layout.master') @section('title', $forum->name) @section('content')
{{ $thread->title }}
by {{ $thread->user->name }} {{ $thread->created_at->diffForHumans() }}
{{ $thread->replies_count }}
Replies
45
Views
by {{ $reply->user->name }}
{{ $reply->created_at->diffForHumans() }}
No Replies
Please login to create a new thread. @endif