| Description | Quantity | Unit | Additional Info | Rate | Amount |
|---|---|---|---|---|---|
| {{ $item->description }} | {{ number_format($item->quantity, 2) }} | {{ strtoupper($item->unit ?? 'PCS') }} | {{ $additionalInfoText }} | {{ number_format($item->rate, 0) }} | {{ number_format($item->amount, 2) }} |
| Total | @foreach($unitTotals as $unit => $total) @if($total > 0) {{ number_format($total, 2) }} {{ $unit }} @if(!$loop->last && array_sum(array_slice($unitTotals, $loop->index + 1)) > 0), @endif @endif @endforeach | {{ number_format($totalAmount, 0) }} |