@extends('layouts.legacy') @php use Carbon\Carbon; @endphp @section('content')
Forum Threads
@forelse ($topics as $topic) @empty @endforelse
Thread Posts Topics Last Update

{{ $topic->topic }}

{!! $topic->discuss !!}
{{ $topic->num_posts ?? 0 }} {{ $topic->num_subtopics ?? 0 }} {{ $topic->last_update ? Carbon::parse($topic->last_update)->format('H:i @ d.m') : '' }}
No threads available.
@endsection