$invoice_label
$company_details
$company_logo
$invoice_details_labels
$invoice_details

$balance_due_label

$balance_due

'; } public function body() { return '
$client_details
'; } public function table_styles() { return [ 'table_header_thead_class' => "text-left bg-gray-300", 'table_header_td_class' => "px-4 py-2", 'table_body_td_class' => "border-t-2 border-b border-gray-300 px-4 py-4", ]; } public function table() { return ' $table_header $table_body

$invoice.public_notes

$terms_label

$terms

$total_tax_labels $line_tax_labels
$total_tax_values $line_tax_values

$balance_due_label

$balance_due

'; } public function footer() { return '
'; } }