@extends('default') @section('title', $thread->title) @section('breadcrumb') Home > {{ $thread->subforum->name }} > {{ $thread->title }} @endsection @section('content') {!! $paginator !!} @foreach($thread->posts as $post) @include('partial/post') @endforeach {!! $paginator !!} @endsection @section('scripts') @endsection