{{ $workdown['labour'] }}
| Order No | Date | Customer Name | Quantity | Rate | Total |
|---|---|---|---|---|---|
| Labour: {{ $labourName }} | |||||
| {{ $item->order_code }} | {{ \Carbon\Carbon::parse($item->updated_at)->format('d-m-Y') }} | {{ $item->customer_name }} | {{ $item->quantity }} | {{ number_format($item->labour_rate ?? 0, 2) }} | {{ number_format($rowTotal, 2) }} |
| Total for {{ $labourName }} | {{ number_format($labourTotal, 2) }} | ||||
| Grand Total | {{ number_format($grandTotal, 2) }} | ||||