{{ $item->description }}
@if($item->comments) {{ $item->comments }}@endif
|
{{ $item->item_code ?? '—' }} |
{{ $item->unit ?? 'Each' }} |
{{ number_format((float)$item->qty, 2) }} |
${{ number_format((float)$item->retail_price, 2) }} |
${{ number_format($item->retailTotal(), 2) }} |
@endforeach
{{-- Subtotal --}}