@lang('data.similar_products')
@foreach($similar_products as $item){{$item->title}}
{{$item->city->name[App::getLocale()]}}
{{$item->user->name ? $item->user->name : $item->user->email}}
{{\Carbon\Carbon::parse($item->created_at)->diffForHumans()}}
{{$comment->user->name ? $comment->user->name : $comment->user->email}}
{{\Carbon\Carbon::parse($comment->created_at)->diffForHumans()}}
{{$comment->body}}
@if(Auth::check()) @if(\App\Models\Spam::where(['user_id'=> Auth::user()->id, 'product_id'=>$row->id, 'type' => 'comment', 'comment_id' => $comment->id])->first()) @lang('data.reported') @else @lang('data.report') @endif @else ابلاغ @endif