{!! nl2br(e($post->content)) !!} @if($post->metadata && count($post->metadata) > 0) 📋 Additional Information @foreach($post->metadata as $key => $value) @if($value) {{ ucwords(str_replace('_', ' ', $key)) }}: {{ $value }} @endif @endforeach @endif
@if($relatedPost->featured_image) @endif {{ $relatedPost->published_at->format('M j, Y') }} {{ $relatedPost->title }} {{ Str::limit($relatedPost->excerpt, 80) }}