$company.name
$invoice_details_labels
$invoice_details
';
}
public function body()
{
return '
';
}
public function table_styles()
{
return [
'table_header_thead_class' => "text-left text-white bg-gray-900",
'table_header_td_class' => "px-4 py-2",
'table_body_td_class' => "border-t border-b border-gray-900 px-4 py-4",
];
}
public function table()
{
return '
$table_header
$table_body
$invoice.public_notes
$total_labels
$total_values
';
}
public function footer()
{
return '
$company_details
$company_address