names('stock'); Route::resource('stockLocation', StockLocationController::class)->names('stockLocation'); Route::get('/stocks-by-product', [StockController::class, 'getStocksByProduct'])->name('stocks-by-product'); });