@extends('frontend.layouts.master') @section('title', str_limit($topic->subject, 20)) @section('content') {{ $topic->subject }} Home {{ $product->category->name }} {{ $product->name }} Discussion {{ $topic->parent->name }} @include('frontend.forum.topic.includes.show') @include('frontend.product.partials.sidebar_product') @endsection