@extends('layout') @section('title', 'r/' . $community->name) @section('content')
{{ Str::limit($post->content, 200) }}
@endif @if($post->url) {{ $post->url }} @endifNo posts yet. Be the first to post!
@endforelse{{ $community->description }}
@endif