diff --git a/app/Http/Controllers/Dashboard/AdminController.php b/app/Http/Controllers/Dashboard/AdminController.php
index f8e51e6c6..b3c65d141 100644
--- a/app/Http/Controllers/Dashboard/AdminController.php
+++ b/app/Http/Controllers/Dashboard/AdminController.php
@@ -177,11 +177,6 @@ class AdminController extends Controller
'date' => $date['start']->toFormattedDateString(),
'gross' => number_format($tHelper->GetJumpGateGross($date['start'], $date['end']), 2, ".", ","),
];
-
- $pigross[] = [
- 'date' => $date['start']->toFormattedDateString(),
- 'gross' => number_format($tHelper->GetPiSalesGross($date['start'], $date['end']), 2, ".", ","),
- ];
}
return view('admin.dashboards.taxes')->with('pis', $pis)
@@ -190,7 +185,6 @@ class AdminController extends Controller
->with('markets', $markets)
->with('jumpgates', $jumpgates)
->with('reprocessings', $reprocessings)
- ->with('pigross', $pigross)
->with('srpActual', $srpActual)
->with('srpLoss', $srpLoss);
}
diff --git a/resources/views/admin/dashboards/taxes.blade.php b/resources/views/admin/dashboards/taxes.blade.php
index 6336d8903..caac0d226 100644
--- a/resources/views/admin/dashboards/taxes.blade.php
+++ b/resources/views/admin/dashboards/taxes.blade.php
@@ -157,29 +157,6 @@
| Month | -PI Transactions | - - - @foreach($pigross as $pi) -
|---|---|
| {{ $pi['date'] }} | -{{ $pi['gross'] }} | -