File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 6
6
7
7
Route::middleware (['web ' ,'auth ' , 'splade ' , 'verified ' ])->name ('admin. ' )->group (function () {
8
8
Route::get ('admin/invoices ' , [InvoiceController::class, 'index ' ])->name ('invoices.index ' );
9
- Route::get ('admin/invoices/products ' , [InvoiceController::class, 'products ' ])->name ('invoices.products ' );
9
+ Route::post ('admin/invoices/products ' , [InvoiceController::class, 'product ' ])->name ('invoices.products ' );
10
10
Route::get ('admin/invoices/branches ' , [InvoiceController::class, 'branches ' ])->name ('invoices.branches ' );
11
11
Route::post ('admin/invoices/company ' , [InvoiceController::class, 'company ' ])->name ('invoices.company ' );
12
12
Route::post ('admin/invoices/accounts ' , [InvoiceController::class, 'accounts ' ])->name ('invoices.accounts ' );
You can’t perform that action at this time.
0 commit comments