@php $data = $this->form->getState(); $viewModel = new \App\View\Models\InvoiceViewModel($this->invoice, $data); $viewSpecial = $viewModel->buildViewData(); extract($viewSpecial); @endphp
{{ $company_address }}
{{ $company_city }}, {{ $company_state }} {{ $company_zip }}
@endifTotal Due | : | USD $1100.00 |
---|---|---|
Invoice No | : | {{ $invoice_number }} |
Invoice Date | : | {{ $invoice_date }} |
Invoice Due | : | {{ $invoice_due_date }} |
John Doe
123 Main Street
New York, NY 10001
No | {{ $item_column }} | {{ $unit_column }} | {{ $price_column }} | {{ $amount_column }} |
---|---|---|---|---|
01 | Item 1 | 2 | $150.00 | $300.00 |
02 | Item 2 | 3 | $200.00 | $600.00 |
03 | Item 3 | 1 | $180.00 | $180.00 |
Subtotal: | $1000.00 | |||
Tax: | $100.00 | |||
Total: | $1100.00 |
{{ $terms }}
{{ $footer }}