render invoice in pdf

This commit is contained in:
ludo
2024-01-07 23:16:29 +01:00
parent c053221662
commit 7e5b1fea89
8 changed files with 236 additions and 4 deletions

View File

@@ -23,6 +23,7 @@ class InvoiceController extends Controller
public function pdf($uuid)
{
\Debugbar::disable();
$data = [
'invoice' => Invoices::getByUUID($uuid),
];