@extends('default') @section('title', 'Latest Threads') @section('breadcrumb') Home > Latest Threads @endsection @section('content')
@foreach($threads as $key => $thread) @include('partial.thread') @endforeach
@endsection @section('scripts') @endsection