$client_details
$company_details
$company_address
$company_logo
';
}
public function body() {
return '
$invoice_label
#$invoice_number
$invoice_number_label
$invoice_number
$po_number_label
$po_number
$due_date_label
$due_date
$balance_due_label
$balance_due
';
}
public function table_styles() {
return [
'table_header_thead_class' => "text-left rounded-lg",
'table_header_td_class' => "font-medium uppercase text-pink-700 text-xl px-4 py-5",
'table_body_td_class' => "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
|
';
}
public function footer() {
return '
$balance_due_label
$balance_due