auto generate invoices

This commit is contained in:
Omair Saleh
2023-02-17 13:41:04 +08:00
parent 0c82aa17fc
commit 342285247a
+1 -1
View File
@@ -772,6 +772,6 @@ Route::get('/invoices/approve', function(Request $request){
});
})->get();
dd($invoices);
})->name('generate.invoices');
})->name('invoices.approve');