diff --git a/resources/views/taxes/admin/displaystreams.blade.php b/resources/views/taxes/admin/displaystreams.blade.php index 0c8316b2e..60f51d759 100644 --- a/resources/views/taxes/admin/displaystreams.blade.php +++ b/resources/views/taxes/admin/displaystreams.blade.php @@ -2,88 +2,92 @@ @section('content') -
-
- PI Taxes -
-
- - - - - - - @foreach($pis as $pi) - - - - - @endforeach - -
MonthPI Taxes
{{ $pi['date'] }}{{ $pi['gross'] }}
-
-
-
-
- Office Taxes -
-
- - - - - - - @foreach($offices as $office) - - - - - @endforeach - -
MonthOffice Taxes
{{ $office['date'] }}{{ $office['gross'] }}
-
-
-
-
- Industry Taxes -
-
- - - - - - - @foreach($industrys as $industry) - - - - - @endforeach - -
MonthIndustry Taxes
{{ $industry['date'] }}{{ $industry['gross'] }}
-
-
-
-
- Reprocessing Taxes -
-
- - - - - - - @foreach($reprocessings as $reprocessing) - - - - - @endforeach - -
MonthReprocessing Taxes
{{ $reprocessing['date'] }}{{ $reprocessing['gross'] }}
+
+
+
+
+ PI Taxes +
+
+ + + + + + + @foreach($pis as $pi) + + + + + @endforeach + +
MonthPI Taxes
{{ $pi['date'] }}{{ $pi['gross'] }}
+
+
+
+
+ Office Taxes +
+
+ + + + + + + @foreach($offices as $office) + + + + + @endforeach + +
MonthOffice Taxes
{{ $office['date'] }}{{ $office['gross'] }}
+
+
+
+
+ Industry Taxes +
+
+ + + + + + + @foreach($industrys as $industry) + + + + + @endforeach + +
MonthIndustry Taxes
{{ $industry['date'] }}{{ $industry['gross'] }}
+
+
+
+
+ Reprocessing Taxes +
+
+ + + + + + + @foreach($reprocessings as $reprocessing) + + + + + @endforeach + +
MonthReprocessing Taxes
{{ $reprocessing['date'] }}{{ $reprocessing['gross'] }}
+
+