diff --git a/app/Http/Controllers/StructureController.php b/app/Http/Controllers/StructureController.php index e0bc69a82..e658b716a 100644 --- a/app/Http/Controllers/StructureController.php +++ b/app/Http/Controllers/StructureController.php @@ -78,6 +78,8 @@ class StructureController extends Controller } } + dd($name); + //Cycle through all of the structures and get the revenue for($j = 0; $j < sizeof($structures); $j++) { for($i = 0; $i < $months; $i++) {