diff --git a/resources/views/taxes/admin/displaystreams.blade.php b/resources/views/taxes/admin/displaystreams.blade.php
index da2a95f88..884da1159 100644
--- a/resources/views/taxes/admin/displaystreams.blade.php
+++ b/resources/views/taxes/admin/displaystreams.blade.php
@@ -5,142 +5,146 @@
-
-
-
-
-
-
-
-
-
- | Month |
- Market Taxes |
-
-
- @foreach($markets as $market)
-
- | {{ $market['date'] }} |
- {{ $market['gross'] }} |
-
- @endforeach
-
-
+
+
+
+
+
+
+ | Month |
+ Market Taxes |
+
+
+ @foreach($markets as $market)
+
+ | {{ $market['date'] }} |
+ {{ $market['gross'] }} |
+
+ @endforeach
+
+
+
-
-
-
-
-
- | Month |
- Jump Gate Taxes |
-
-
- @foreach($jumpgates as $jumpgate)
-
- | {{ $jumpgate['date'] }} |
- {{ $jumpgate['gross'] }} |
-
- @endforeach
-
-
+
+
+
+
+
+
+ | Month |
+ Jump Gate Taxes |
+
+
+ @foreach($jumpgates as $jumpgate)
+
+ | {{ $jumpgate['date'] }} |
+ {{ $jumpgate['gross'] }} |
+
+ @endforeach
+
+
+