@extends('layouts.app') @section('content')

Topic / Show #{{ $topic->id }}

{{ $topic->title }}

{{ $topic->body }}

{{ $topic->user_id }}

{{ $topic->category_id }}

{{ $topic->reply_count }}

{{ $topic->view_count }}

{{ $topic->last_reply_user_id }}

{{ $topic->order }}

{{ $topic->excerpt }}

{{ $topic->slug }}

@endsection