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