View Inward
{{ session()->get('success') }}
@endif
@if(session()->has('error'))
{{ session()->get('error') }}
@endif
Ph nos: 9665065522 /25 /34
{{ $inward->company_name}}
Inward
Inward No: {{ $inward->inward_no }}
Date: {{ \Carbon\Carbon::parse($inward->inward_date)->format('d-m-Y') }}
Warehouse: {{ $inward->warehouse_name }}
PO Number:
{{ $inward->po_number}}
Supplier: {{ $inward->supplier_name }}
Product Summary
| No | Product name | Design/Variant No | No Of Rolls | Quantity Per Roll | UOM | Rate per Unit | Amount (₹) |
|---|---|---|---|---|---|---|---|
| 1 | {{ $inward->product_name }} | {{ $inward->varient_name }} | {{ $inward->no_of_rolls }} | {{ $inward->quantity }} | {{ $inward->unit_name }} | ₹{{ number_format($inward->rate, 2) }} | ₹{{ number_format($inward->amount, 2) }} |
| Sub Total | ₹{{ number_format($inward->amount, 2) }} |
| Grand Total | ₹{{ number_format($inward->amount, 2) }} |