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

{{$config['heading']}}

@foreach($listings as $listing)
{{$listing->user->name}}
@if($listing->post_id) @endif

{{$listing->title}}

@if($listing->user->username) {{$listing->user->username}} @endif @if($listing->comment_count) @endif
@endforeach
New Thread
@endsection