testing
This commit is contained in:
@@ -171,6 +171,8 @@ class DashboardController extends Controller
|
|||||||
],
|
],
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
dd($approved);
|
||||||
|
|
||||||
return view('dashboard')->with('openCount', $openCount)
|
return view('dashboard')->with('openCount', $openCount)
|
||||||
->with('approvedCount', $approvedCount)
|
->with('approvedCount', $approvedCount)
|
||||||
->with('deniedCount', $deniedCount)
|
->with('deniedCount', $deniedCount)
|
||||||
|
|||||||
Reference in New Issue
Block a user