@extends('layouts.app') @section('content')
{{$forum->description}} |
|||
| Description | |||
| This Forum contains no topics | |||
|
{{$t->name }} {{$t->commentCount()}} Comments |
{{ $t->owner()->name }} | {{$t->created_at->format("m/d/Y g:i a")}} | @if (auth()->id() == $t->owner()->id) @endif |
| {{$forum->topics()->links()}} | |||