@extends('layouts.app') @section('title', $community->name) @section('page-title', $community->name) @section('breadcrumb', 'Communities / Details') @section('content')
{{ $community->description }}
{{ $community->members->count() }} members
@foreach($community->members->take(10) as $member){{ $member->name }}
@endforeach{{ $post->title }}
@endif{{ $post->user?->name }} ยท {{ $post->created_at->diffForHumans() }}
{{ $post->body }}
No posts yet
@endforelse