@if ($entityType === ENTITY_QUOTE)
- $quote.quoteNumber
- $quote.quoteDate
- $quote.validUntil
@elseif ($entityType === ENTITY_INVOICE)
- $invoice.invoiceNumber
- $invoice.invoiceDate
- $invoice.dueDate
@endif
- ${{ $entityType }}.discount
- ${{ $entityType }}.poNumber
- ${{ $entityType }}.publicNotes
- ${{ $entityType }}.amount
- ${{ $entityType }}.terms
- ${{ $entityType }}.footer
- ${{ $entityType }}.partial
- ${{ $entityType }}.partialDueDate
@if ($account->customLabel('invoice1'))
- ${{ $entityType }}.customValue1
@endif
@if ($account->customLabel('invoice2'))
- ${{ $entityType }}.customValue2
@endif
@if ($account->customLabel('invoice_text1'))
- ${{ $entityType }}.customTextValue1
@endif
@if ($account->customLabel('invoice_text2'))
- ${{ $entityType }}.customTextValue2
@endif
- $account.name
- $account.idNumber
- $account.vatNumber
- $account.address1
- $account.address2
- $account.city
- $account.state
- $account.postalCode
- $account.country.name
- $account.phone
@if ($account->custom_label1)
- $account.customValue1
@endif
@if ($account->custom_label2)
- $account.customValue2
@endif
- $client.name
- $client.idNumber
- $client.vatNumber
- $client.address1
- $client.address2
- $client.city
- $client.state
- $client.postalCode
- $client.country.name
- $client.phone
- $client.balance
@if ($account->customLabel('client1'))
- $client.customValue1
@endif
@if ($account->customLabel('client2'))
- $client.customValue2
@endif
- $contact.firstName
- $contact.lastName
- $contact.email
- $contact.phone
@if ($account->customLabel('contact1'))
- $contact.customValue1
@endif
@if ($account->customLabel('contact2'))
- $contact.customValue2
@endif