$company_logo
$entity_labels
$entity_details
';
}
public function body() {
return '
$client_details
$company_details
$company_address
';
}
public function table_styles() {
return [
'table_header_thead_class' => "text-left border-dashed border-b border-black",
'table_header_td_class' => "font-normal text-green-700 px-4 py-2",
'table_body_td_class' => "px-4 py-4",
];
}
public function table() {
return '
$table_header
$table_body
$total_tax_labels
$line_tax_labels
$total_tax_values
$line_tax_values
$balance_due_label
$balance
';
}
public function footer() {
return '
Thanks