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