@lang('lang.variables')
@lang('lang.variables_instruction')
  • {company_name}
  • {client_company_name}
  • {client_first_name}
  • {client_last_name}
  • {client_phone}
  • {client_street}
  • {client_city}
  • {client_state}
  • {client_zip}
  • {client_country}
  • {client_website}
  • @if($document->doc_type == 'proposal')
  • {proposal_id}
  • {title}
  • {proposal_date}
  • {expiry_date}
  • {prepared_by_name}
  • {pricing_table}
  • {pricing_total}
  • @endif @if($document->doc_type == 'contract')
  • {contract_id}
  • {contract_title}
  • {contract_date}
  • {contract_end_date}
  • {contract_value}
  • {prepared_by_name}
  • {pricing_table}
  • {pricing_table_total}
  • @endif
  • {todays_date}