$company_logo
$company_details
$company_address
';
}
public function body() {
return '
';
}
public function table_styles() {
return [
'table_header_thead_class' => "text-left bg-blue-900",
'table_header_td_class' => "font-semibold text-white px-4 bg-blue-900 py-5",
'table_body_td_class' => "border-4 border-white text-orange-700 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_due
';
}
public function footer() {
return '