No records found.
@else @php $n = fn($v) => $v ? number_format($v, 0) : ''; $n0 = fn($v) => number_format($v, 0); @endphp| تاریخ | گاڑی نمبر | مال | بوری | وزن | ریٹ | قیمت |
|---|---|---|---|---|---|---|
| {{ $purchaserData['urdu_name'] ?: $purchaserName }} | ||||||
| {{ $i === 0 ? $order['order_date'] : '' }} | {{ $i === 0 ? ($order['po_number'] ?? '') : '' }} | {{ $detail['name'] }} | {{ $detail['bori'] ?: '' }} | {{ $n($detail['weight']) }} | {{ $n($detail['rate']) }} | {{ $n($detail['amount']) }} |
| {{ $order['order_date'] }} | مزدوري | {{ $n($order['labour_charges']) }} | ||||
| {{ $order['total_bori'] ?: '' }} | {{ $n0($order['total_weight']) }} | {{ $n0($order['grand_total']) }} | ||||
| کُل | {{ $purchaserData['subBori'] ?: '' }} | {{ $n0($purchaserData['subWeight']) }} | {{ $n0($purchaserData['subAmount']) }} | |||