diff --git a/app/Http/Controllers/Contracts/SupplyChainController.php b/app/Http/Controllers/Contracts/SupplyChainController.php index 740b07671..8a2195e88 100644 --- a/app/Http/Controllers/Contracts/SupplyChainController.php +++ b/app/Http/Controllers/Contracts/SupplyChainController.php @@ -354,7 +354,7 @@ class SupplyChainController extends Controller 'bid_id' => $bidId, ])->delete(); - return redirect('/suppplychain/dashboard')->with('success', 'Deleted supply chain contract bid.'); + return redirect('/supplychain/dashboard')->with('success', 'Deleted supply chain contract bid.'); } else { return redirect('/supplychain/dashboard')->with('error', 'No bid found to delete.'); }