S/N | Items | Quantity | Remarks |
---|---|---|---|
{{$key+1}} | {{$value->item_name}} | {{$value->quantity}} | {{$value->remarks}} |
S/N | Items | Quantity | Price | Amount | Status |
---|---|---|---|---|---|
{{$key+1}} | {{$value->item_name}} | {{number_format($value->quantity)}} | {{number_format($value->price)}} | {{number_format($value->quantity*$value->price)}} | {{$value->status }} |
Total | {{number_format($total)}} |