| # | {!! trans('dashboard.general.name') !!} | {!! trans('dashboard.category.category') !!} | {!! trans('dashboard.product.price') !!} | {!! trans('dashboard.product.offer_price') !!} | {!! trans('dashboard.general.added_date') !!} |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $product->name }} | {{ @$product->category->name }} | {{ $product->price }} | {{ $product->offer_price }} | {{ $product->created_at->format("Y-m-d") }} |