@lang('data.similar_products')

@foreach($similar_products as $item)
product img
  • @if(\Auth::check())
  • @endif
{{$item->title}}

{{$item->city->name[App::getLocale()]}}

{{$item->user->name ? $item->user->name : $item->user->email}}  

{{\Carbon\Carbon::parse($item->created_at)->diffForHumans()}}

@endforeach