@if(count($rows) > 0) @foreach($rows as $row)
{{-- (a ? b : c) ? d : e --}} {{-- product img--}} product img
  • @if(Auth::check())
  • @endif
{{$row->title}}

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

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

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

@endforeach @else

{{Lang::get('data.no_products_here')}}

@endif @if(isset($category_style)) {{-- {{$rows->links()}}--}} @endif