List Product View all configured product items
Results for "All products"
Category | Item Code | Serial No | Item Name | Short Description | Description | Price | Stock | {{--Discount | Weight | Color | Size | Material | Dimension | --}}images | Visibility | Created At | ||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $item->product_cat_name }} ({{ $item->category_name }}) | {{$item->item_code}} | {{$item->serial_no}} | {{$item->item_name}} | {{$item->short_description}} | {{$item->description}} | {{$item->price}} | {{$item->stock}} | {{--{{$item->discount}} | {{$item->weight}} | {{$item->color}} | {{$item->size}} | {{$item->material}} | {{$item->dimension}} | --}}
@if(isset($images[$item->id]))
@foreach($images[$item->id] as $img)
|
{{($item->status == 1) ? 'On' : 'Off'}} | {{$item->created_at}} |