past contracts for nav bar on admin dashboard menu
This commit is contained in:
@@ -50,7 +50,7 @@ class ContractAdminController extends Controller
|
|||||||
$contract['accepted'] = $accepted;
|
$contract['accepted'] = $accepted;
|
||||||
}
|
}
|
||||||
|
|
||||||
return view('contracs.admin.past')->with('contracts', $contracts);
|
return view('contracts.admin.past')->with('contracts', $contracts);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user