| Invoice NO. | {{$item->purchase_invoice_no}} |
| Item code | {{$item->item_code}} |
| Item Name | {{$item->item_name}} |
| Catagory | {{$item->catagory}} |
| Supplier | {{$item->supplier}} |
| Quantity | {{$item->quantity}} |
| Purchase Price USD | {{number_format($item->purchase_price_usd,2)}} |
| Exchange Rage | {{number_format($item->exchange_rate)}} |
| Purchase Price | {{number_format($item->purchase_price)}} |
| Dealer Profit Margin (%) | {{$item->wholesale_profit_margin}} |
| Retail Profit Margin (%) | {{$item->retail_profit_margin}} |
| Dealer Sale original Price | {{number_format($item->whole_sale)}} |
| Retail Sale original Price | {{number_format($item->retail_sale)}} |
| Transport Charges | {{number_format($item->transport)}} |
| Custom Clerance | {{number_format($item->custom_clerance)}} |
| Commercial Text 5% | {{number_format($item->commerical_text_5)}} |
| Bin Location | {{$item->bin_location}} |
| Description | {{$item->description}} |