{{$global_setting->company_name}}{{$global_setting->slogan}}{{$global_setting->address}} E-Mail: {{$global_setting->email}} Mobile: {{$global_setting->phone}} |
||||||||
| Product Wise Total | ||||||||
| SL. | Product Name | Total Purchase Qty | Total Purchase Amount | Total Sell Qty | Total Sell Amount | Balance Qty | Conveying Cost | Lav/Loss |
|---|---|---|---|---|---|---|---|---|
| {{$loop->iteration}} | {{$row->name}} | {{number_format($row->purchase_quantity, 2)}} | {{number_format($row->purchase_amount, 2)}} | {{number_format($row->sold_quantity, 2)}} | {{number_format($row->sold_amount, 2)}} | {{number_format($row->purchase_quantity - $row->sold_quantity, 2)}} | {{number_format($conveying_cost, 2)}} | {{number_format($lav_loss, 2)}} |
| Total Lav/Loss | {{number_format($total_lav_loss, 2)}} | |||||||
|
Thanking You, ______________ For {{$global_setting->company_name}} |
||||||||