Variation Payment ยท Invoice {{ $invoiceNum }} ยท Job {{ $job?->job_number }}
| Description | Item Code | Unit | Qty | Unit Price | Amount |
|---|---|---|---|---|---|
| {{ $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) }} |
๐ Payments are securely processed by Stripe. Your card details are never stored on our servers.
If you have questions, contact us at {{ $settings['company_email'] ?? '' }} ยท {{ $settings['company_phone'] ?? '' }}