From 036d98a169bdb9e9be75a9e0478911994add2ffa Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Tue, 6 Aug 2019 12:38:27 -0500 Subject: [PATCH] testing --- app/Http/Controllers/Dashboard/DashboardController.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Http/Controllers/Dashboard/DashboardController.php b/app/Http/Controllers/Dashboard/DashboardController.php index 4893a1fcf..ec3723197 100644 --- a/app/Http/Controllers/Dashboard/DashboardController.php +++ b/app/Http/Controllers/Dashboard/DashboardController.php @@ -186,8 +186,6 @@ class DashboardController extends Controller ], ]); - dd($approved); - return view('dashboard')->with('openCount', $openCount) ->with('approvedCount', $approvedCount) ->with('deniedCount', $deniedCount)