@extends('layouts.app') @section('title', $community->name) @section('page-title', $community->name) @section('breadcrumb', 'Community / Posts') @section('content')
{{ $community->description }}
← All communities{{ $post->user?->name }}
{{ $post->created_at->diffForHumans() }}
{{ $post->body }}