past contracts for nav bar on admin dashboard menu
This commit is contained in:
@@ -46,7 +46,7 @@ class ContractAdminController extends Controller
|
||||
$accepted = AcceptedBid::where([
|
||||
'contract_id' => $contract['contract_id'],
|
||||
])->get()->toArray();
|
||||
|
||||
dd($accepted);
|
||||
$contract['accepted'] = $accepted;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user