@extends('backend/template/template') @section('content')
| Product Name | Product Code | Product Price | Discount | Discount Price | Short Description | Long Description | Thumbnails | Quantity | status | Action |
|---|
| Product Name | Product Code | Product Price | Discount | Discount Price | Short Description | Long Description | Thumbnails | Quantity | status | Action | |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$item->product_name}} | {{$item->product_code}} | {{$item->product_price}} | {{$item->discount}} | {{$item->discount_price}} | {{$item->short_description}} | {{$item->long_description}} | {{$item->quantity}} | @if($item->status==1) Active @else Inactive @endif |