@if(!$is_pdf)
Back
@endif
| OrdNo | Order Date | Customer Name | Roll No | Product-Varient | Rate | From Quantity | Used | Balance | Status |
|---|---|---|---|---|---|---|---|---|---|
| {{ $order->id }} | {{ date('d-m-Y',strtotime($order->order_date)) }} | {{ $order->customer_name }} | @php $firstRow = 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) }} | {{ $item->installer_status }} |
| Total |
@if($discount > 0)
{{ number_format($total, 2) }} Discount: − {{ number_format($discount, 2) }} {{ number_format($finalTotal, 2) }} @else {{ number_format($total, 2) }} @endif |
||||||||
| Grand Total | ₹{{ number_format($grandTotal, 2) }} | ||||||||
| No data available to display. | |||||||||