';
}
public function body() {
return '
';
}
public function table_styles() {
return [
'table_header_thead_class' => "text-left bg-teal-600 rounded-lg",
'table_header_td_class' => "font-semibold text-white px-4 py-3",
'table_body_td_class' => "border-b-4 border-teal-600 text-red-800 px-4 py-4",
];
}
public function table() {
return '
$table_header
$table_body
$entity.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 '