| S.NO |
Product Name |
Quantity |
Action |
@php ($i = 1)
@foreach($order->orderedProducts as $order_product)
| {{ $i }} |
{{ $order_product->product ? $order_product->product->product_name : "null"}} |
{{ $order_product->quantity}} |
|
@php ($i++)
@endforeach
{{-- start of add product model --}}
{{-- end of add product model --}}