From 1f0e1229012a66d1f40bb3028dd354c624efe427 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Wed, 27 Feb 2019 22:42:06 -0600 Subject: [PATCH] taxes controller --- .../taxes/admin/displaystreams.blade.php | 59 +++++++++---------- 1 file changed, 29 insertions(+), 30 deletions(-) diff --git a/resources/views/taxes/admin/displaystreams.blade.php b/resources/views/taxes/admin/displaystreams.blade.php index 89ccb4e4c..a16c0e60b 100644 --- a/resources/views/taxes/admin/displaystreams.blade.php +++ b/resources/views/taxes/admin/displaystreams.blade.php @@ -2,7 +2,7 @@ @section('content')
-
+
PI Taxes
@@ -23,7 +23,7 @@
-
+
Office Taxes
@@ -48,49 +48,48 @@


-
+
+
+ Industry Taxes +
+
+ + + + + + + @foreach($industrys as $industry) + + + + + @endforeach + +
MonthIndustry Taxes
{{ $industry['date'] }}{{ $industry['gross'] }}
+
+
+
- Industry Taxes + Reprocessing Taxes
- + - @foreach($industrys as $industry) + @foreach($reprocessings as $reprocessing) - - + + @endforeach
MonthIndustry TaxesReprocessing Taxes
{{ $industry['date'] }}{{ $industry['gross'] }}{{ $reprocessing['date'] }}{{ $reprocessing['gross'] }}
-
-
- Reprocessing Taxes -
-
- - - - - - - @foreach($reprocessings as $reprocessing) - - - - - @endforeach - -
MonthReprocessing Taxes
{{ $reprocessing['date'] }}{{ $reprocessing['gross'] }}
-
-
-