| ID & Status | Name | Catagory | Image | Date & Author | Action |
|---|---|---|---|---|---|
|
ID: {{$product->id}}
@if($product->status=='published') @else @endif @if($product->quantity > 0) ({{$product->quantity}}) @else Stock Out @endif |
{{$product->title}} Price: {{$product->final_price}} @if($product->brand) Brand: {{ $product->brand->title}} @endif @if(($product->product_source == 'seller') and ($product->seller_id)) {{ $product->seller ? $product->seller->title : '' }} @endif |
{{$product->cat ? $product->cat->title : ''}} {{$product->subcat ? ", ".$product->subcat->title : ''}} {{$product->subsubcat ? ", ".$product->subsubcat->title : ''}} |
|
{{ $product->created_at->format('Y-m-d h:i:s A') }}
{{ $product->addedBy->name }} |
Edit Delete |
| ID & Status | Name | Catagory | Image | Date & Author | Action |