@if($selectedPost)
@if(!empty($selectedPost['media_url']) || !empty($selectedPost['thumbnail_url'])) Gönderi @else
@endif

Gönderi Yorumları

{{ count($selectedPostComments) }} yorum • {{ \Carbon\Carbon::parse($selectedPost['timestamp'])->format('d M Y H:i') }}

@if(!empty($selectedPostComments))
@foreach($selectedPostComments as $comment)
{{ strtoupper(substr($comment['username'], 0, 1)) }}

{{ $comment['username'] }}

{{ \Carbon\Carbon::parse($comment['timestamp'])->diffForHumans() }}

{{ $comment['text'] }}

@endforeach
@else

Henüz yorum yok

@endif
@else

Bir gönderi seçin

@endif
@if($selectedPost) @endif