@foreach ($posts as $post)
{{ $post->created_at->diffForHumans() }}
{!! nl2br($post->body) !!}
@if(count($post->media)) @php $photoGalleryClass = ''; if(count($post->media) == 1){ $photoGalleryClass = 'postPhotoItems-one'; }elseif(count($post->media) == 2){ $photoGalleryClass = 'postPhotoItems-two'; }elseif(count($post->media) == 3){ $photoGalleryClass = 'postPhotoItems-three'; }elseif(count($post->media) > 3){ $photoGalleryClass = 'postPhotoItems-multi'; } @endphp
{{ __('Replying to') }}