diff --git a/routes/web.php b/routes/web.php index 1aaebd28..5a5357d7 100644 --- a/routes/web.php +++ b/routes/web.php @@ -772,6 +772,6 @@ Route::get('/invoices/approve', function(Request $request){ }); })->get(); dd($invoices); -})->name('generate.invoices'); +})->name('invoices.approve');