@extends('backend.layouts.app') @section('content')
| # | {{translate('Name')}} | {{translate('Owner')}} | {{translate('Price')}} | {{translate('Point')}} | {{translate('Options')}} |
|---|---|---|---|---|---|
| {{ ($key+1) + ($products->currentPage() - 1)*$products->perPage() }} |
{{ $product->getTranslation('name') }}
|
@if ($product->user != null) {{ $product->user->name }} @endif | {{ number_format($product->unit_price,2) }} | {{ $product->earn_point }} |