Serial No | Name | Price | Agent Commission | Model Number | Long Description | Short Description | Status | Activate/Deactivate | Action | |
---|---|---|---|---|---|---|---|---|---|---|
{{ $index + 1 }} | {{ Str::title($product->name) }} | {{ "$" . $product->price }} | @if($product->agent_commission){{ $product->agent_commission . "%" }} | @else-- | @endif{{ $product->model_no }} | {{ $product->long_description }} | {{ $product->short_description }} | @if ($product->status == 1) Active @else Inactive @endif |
status ? 'checked' : ''}} id="customSwitch product-{{ $product->id }}"
data-product="Product " data-route="{{ route('admin.product.updateStatus', $product->id) }}"
>
|
|
No Record Found. |