added financial blade and controller.

need to add routes still
This commit is contained in:
2021-07-18 01:12:07 -05:00
parent 3da0cec4a1
commit c0aa379d37
3 changed files with 266 additions and 2 deletions

View File

@@ -167,7 +167,7 @@ class AdminDashboardController extends Controller
$this->middleware('role:Admin');
//Declare variables needed for displaying items on the page
$months = 3;
$months = 6;
$pi = array();
$industry = array();
$reprocessing = array();
@@ -255,7 +255,8 @@ class AdminDashboardController extends Controller
->with('srpActual', $srpActual)
->with('srpLoss', $srpLoss)
->with('miningTaxes', $miningTaxes)
->with('miningTaxesLate', $miningTaxesLate);
->with('miningTaxesLate', $miningTaxesLate)
->with('moonRentalTaxes', $moonRentalTaxes);
}
/**