@extends('backend.layouts.app') @section('content')
| # | {{translate('Product Name')}} | {{translate('Product Owner')}} | {{translate('Rating')}} | {{translate('Reviews')}} | {{translate('Custom Reviews')}} | {{translate('Options')}} |
|---|---|---|---|---|---|---|
| {{ ($key+1) + ($products->currentPage() - 1)*$products->perPage() }} |
{{ $product->getTranslation('name') }}
|
{{ $product->user->name}} | {{ $product->rating}} | {{ $product->reviews->count()}} @if($product->reviews()->where('viewed',0)->count() > 0) {{ translate('new') }} @endif | {{ $product->reviews->where('type','custom')->count()}} |