| No |
Product |
Design/Varient No |
No Of Rolls |
Quantity Per roll |
Rate per unit |
UOM |
%GST |
Amount |
@php $i=1 @endphp
@foreach($purchaseOrderItems as $item)
| {{ $i++}} |
{{ $item->product_name }} |
{{ $item->varient_name}} - {{ $item->varient_code}} |
{{ $item->no_of_rolls}} |
{{ $item->quantity}} |
{{ $item->rate}} |
{{ $item->uom}} |
{{ $item->gst_percent}} |
{{ $item->total}} |
@endforeach
| Note :{{ $purchaseOrder->note ?? ''}} |
|
Transporter:{{$purchaseOrder->transporter_name ?? ''}} |
Gross Total |
{{$purchaseOrder->subtotal ?? ''}} |
| Forwarding |
{{$purchaseOrder->f_amount ?? '' }} |
@if($purchaseOrder->cgst_amount != 0.00)
|
| CGST |
{{$purchaseOrder->cgst_amount}} |
@endif
@if($purchaseOrder->sgst_amount != 0.00)
| Kindly send the material by above transport in best condition and mail us L.R. details ASAP |
| SGST |
{{$purchaseOrder->sgst_amount}} |
@endif
@if($purchaseOrder->igst_amount != 0.00)
| Kindly send the material by above transport in best condition and mail us L.R. details ASAP |
| IGST |
{{$purchaseOrder->igst_amount}} |
@endif
|
GST Amount |
{{$purchaseOrder->gst_amount ?? ''}} |
|
Final Amount |
{{$purchaseOrder->grand_total}} |