@extends('layouts.app') @section('title') {{ $category->name }} @endsection @section('content')
You can't post here.
@endif @endif| Title | Author | Replies | Last Post | @foreach ($posts as $post)
|---|---|---|---|
|
@if ($post->stickied) @endif @if ($post->locked) @endif {{ $post->title }} |
{{ $post->user->username }} | {{ $post->replies()->count() }} | {{ $post->updated_at->diffForHumans() }} |