render invoice in pdf
This commit is contained in:
@@ -23,6 +23,7 @@ class InvoiceController extends Controller
|
||||
public function pdf($uuid)
|
||||
{
|
||||
\Debugbar::disable();
|
||||
|
||||
$data = [
|
||||
'invoice' => Invoices::getByUUID($uuid),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user