public contract?
This commit is contained in:
@@ -68,7 +68,6 @@ class ContractController extends Controller
|
||||
|
||||
//Count the number of bids, and add them to the arrays
|
||||
foreach($contracts as $contract) {
|
||||
dd($contract);
|
||||
$tempCount = Bid::where(['contract_id' => $contract['contract_id']])->count('contract_id');
|
||||
$bids = Bid::where(['contract_id' => $contract['contract_id']])->get()->toArray();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user