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

@if (!$category->admin_only) @else @if (Auth::user()->admin) @endif @endif
{{ config('app.name') }} Forum  > {{ $category->name }}  
 
Search this forum:
@foreach ($posts as $post) @endforeach
 Thread   Started By   Replies   Last Post 
{{ $post->title }}  {{ $post->user->username }} {{ $post->replies->count() }} {{ $post->updated_at->diffForHumans() }}
 
{{ $posts->links('pagination.simple') }}
 
   
@endsection