@extends('layouts.app') @section('content')
{{ __('Posted by') }} {{ $post->user->name ?? __('Unknown') }} · {{ $post->created_at->format('d-m-Y H:i') }} @if($post->pinned) {{ __('Pinned') }} @endif
@if($post->description){!! nl2br(e($comment->body)) !!}
{{ __('No comments yet. Be the first to comment!') }}
@endforelse