@endif
| Invoice Date: | {{ $issueDate }} |
| Bill To: | {{ $jobDetail->customer_name }} |
| Email: | {{ $jobDetail->customer_email }} |
| # | Item & Description | Price | Tax | Amount |
|---|---|---|---|---|
| 1 |
{{ $jobDetail->job_detail }}
Job Date: {{ $jobDate }}{{ $jobTime ? ' at '.$jobTime : '' }}
@if($itemsLabel)
Item(s): {{ $itemsLabel }} @endif @if($jobDetail->remarks) Note: {{ $jobDetail->remarks }} @endif |
${{ number_format($subtotal, 2) }} | — | ${{ number_format($total, 2) }} |
| Subtotal | ${{ number_format($subtotal, 2) }} |
| Total | ${{ number_format($total, 2) }} |