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