@if(!$is_pdf)
Back
@endif
| Order No | Order Date | Cutting Date | Customer | Roll | Product | Variant | Rate | Qty | Used | Balance |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $order->id }} | {{ date('d-m-Y', strtotime($order->order_date)) }} | {{ date('d-m-Y', strtotime($order->cutting_date)) }} | {{ $order->customer_name }} | @php $first = false; @endphp @endif{{ $item->roll_id }} | {{ $item->product_name }} | {{ $item->varient_code }} - {{ $item->varient_name }} | {{ number_format($item->price,2) }} | {{ number_format($item->roll_quantity,2) }} | {{ number_format($item->used_quantity,2) }} | {{ number_format($item->available_quantity,2) }} |
| Total |
{{ number_format($orderTotal,2) }}
@if($discount > 0)
Discount: {{ number_format($discount,2) }} {{ number_format($final,2) }} @endif |
|||||||||
| Grand Total | {{ number_format($grandTotal,2) }} | |||||||||
| No Data Found | ||||||||||