{!! $post->content !!}
@php /** @var \LaraBB\Category\Models\Category $category */ /** @var \LaraBB\Forum\Models\Forum $forum */ /** @var \LaraBB\Thread\Models\Thread $thread */ /** @var \LaraBB\Post\Models\Post $post */ $threadStyle = config('larabb.thread-style'); @endphp @extends('layouts.master') @section('content') @include('partials.messages', ['autoHide' => 'auto-hide'])