@extends('layouts.legacy') @php use Carbon\Carbon; use Illuminate\Support\Str; @endphp @section('content')
{!! $topic->discuss !!}
@endif| # | Topic | Opened By | Posted |
|---|---|---|---|
| {{ $sub->topic_id }} |
{{ $sub->topic }}
{!! Str::limit(strip_tags($sub->discuss ?? ''), 160) !!}
|
{{ $sub->uname ?? 'Unknown' }} | {{ $sub->last_update ? Carbon::parse($sub->last_update)->format('d.m.Y H:i') : '' }} |
| No topics yet. | |||