{!! HTML::fontIcon('chevron-left') !!} {!! trans('forums::show_new') !!}

@if (sizeof($forumThreads) > 0)
Thread
Posts
{!! trans('app.latest') !!}
@foreach($forumThreads as $thread)
@if ($thread->sticky) {!! trans('forums::sticky') !!} @endif @if ($thread->closed) {!! trans('forums::closed') !!} @endif {{ $thread->title }} {{ $thread->creator->username }} - {{ $thread->created_at->dateTime() }}
{{ $thread->posts_count }}
@endforeach
@else

{{ trans('app.nothing_new') }}

@endif