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