@php $data = $this->form->getRawState(); $viewModel = new \App\View\Models\InvoiceViewModel($this->record, $data); $viewSpecial = $viewModel->buildViewData(); extract($viewSpecial); @endphp {!! $font_html !!}
{{ $company_address }}
{{ $company_city }}, {{ $company_state }} {{ $company_zip }}
{{ $company_country }}
@endif{{ $subheader }}
@endifNo: {{ $invoice_number }}
Date: {{ $invoice_date }}
Due Date: {{ $invoice_due_date }}
John Doe
123 Main Street
New York, NY 10001
{{ $item_name }} | {{ $unit_name }} | {{ $price_name }} | {{ $amount_name }} |
---|---|---|---|
Item 1 | 2 | $150.00 | $300.00 |
Item 2 | 3 | $200.00 | $600.00 |
Item 3 | 1 | $200.00 | $200.00 |
Subtotal: $1100.00
Tax: $110.00
Total: $1210.00
{{ $footer }}
{{ $terms }}