@if(!$is_pdf)
Back
@endif
| Roll No | Product | Varient | Place | Roll-Qty | Avl-Qty | Rate(CP) | Total Amount |
|---|---|---|---|---|---|---|---|
| {{ $inward['inward_id'] ?? '1234' }}- {{ $inward['supplier_name'] }} | |||||||
| {{ $item->id }} | {{ $item->product_name }} | {{ $item->varient_code ?? '-' }}-{{ $item->varient_name }} | {{ $inward['warehouse'] }} | {{ number_format((float) $item->quantity, 2) }} | {{ number_format((float) $item->availability, 2) }} | {{$item->basic_cost ?? ''}} | {{ $item->availability * $item->basic_cost }} |
| Total | {{ number_format($avlTotal, 2) }} | {{ number_format($inwardTotal, 2) }} | {{ number_format($cpTotal, 2) }} | {{ $inwardAmountTotal}} | |||
| Grand Total | Avl-Qty:{{ number_format($totalavlGrandTotal, 2) }} | Inward-Qty:{{ number_format($totalinwardGrandTotal, 2) }} | CP:{{ number_format($totalcpGrandTotal, 2) }} | Total Amount:{{ number_format($totalinwamtGrandTotal, 2) }} | |||