supply chain controller
This commit is contained in:
@@ -354,7 +354,7 @@ class SupplyChainController extends Controller
|
|||||||
'bid_id' => $bidId,
|
'bid_id' => $bidId,
|
||||||
])->delete();
|
])->delete();
|
||||||
|
|
||||||
return redirect('/suppplychain/dashboard')->with('success', 'Deleted supply chain contract bid.');
|
return redirect('/supplychain/dashboard')->with('success', 'Deleted supply chain contract bid.');
|
||||||
} else {
|
} else {
|
||||||
return redirect('/supplychain/dashboard')->with('error', 'No bid found to delete.');
|
return redirect('/supplychain/dashboard')->with('error', 'No bid found to delete.');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user