@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 }}
@endif| John Doe | 
| 123 Main Street | 
| New York, NY 10001 | 
| Invoice No: | {{ $invoice_number }} | 
| Invoice Date: | {{ $invoice_date }} | 
| Invoice Due: | {{ $invoice_due_date }} | 
| # | {{ $item_name }} | {{ $unit_name }} | {{ $price_name }} | {{ $amount_name }} | 
|---|---|---|---|---|
| 1 | Web Development | 10 | $100.00 | $1000.00 | 
| 2 | Consulting | 5 | $200.00 | $1000.00 | 
| 3 | Design Services | 8 | $125.00 | $1000.00 | 
{{ $footer }}
| Subtotal: | $3000.00 | 
| Tax: | $300.00 | 
| Total: | $3300.00 | 
{{ $terms }}