
img")}}" alt="{{ $post->title }}" class="aspect-video w-full rounded-xl rounded-br-[50px] object-cover duration-500 group-hover:scale-110" />
{{ $post->author ?? $post->user->name ?? 'admin'}}
{{ is_numeric($post->price) ? number_format($post->price) : $post->price }} {{ getCurrency() }}
{{ $post->created_at->diffForHumans() }}