'; } public function body() { return '
$entity_labels
$entity_details
$company_logo
$due_date_label
$due_date
$balance_due_label
$balance_due
To:
$client_details
From:
$company_details
'; } public function table_styles() { return [ 'table_header_thead_class' => "text-left border-b-4 border-black", 'table_header_td_class' => "font-normal px-4 py-2 uppercase", 'table_body_td_class' => "text-orange-700 px-4 py-4", ]; } public function table() { return '
$table_header
$table_body
$invoice.public_notes
$total_tax_labels $line_tax_labels
$total_tax_values $line_tax_values
$terms_label
$terms
$balance_due_label
$balance_due
'; } public function footer() { return '