diff --git a/resources/views/partials/reports/table/header.blade.php b/resources/views/partials/reports/table/header.blade.php
index 447bd1d81..db3501d5d 100644
--- a/resources/views/partials/reports/table/header.blade.php
+++ b/resources/views/partials/reports/table/header.blade.php
@@ -3,11 +3,11 @@
@if ($table == 'default')
{{ $class->groups[$class->report->group] }} |
@else
- {{ $table }} |
+ {{ $table }} |
@endif
@foreach($class->dates as $date)
- {{ $date }} |
+ {{ $date }} |
@endforeach
- {{ trans_choice('general.totals', 1) }} |
+ {{ trans_choice('general.totals', 1) }} |
diff --git a/resources/views/reports/profit_loss/content/header.blade.php b/resources/views/reports/profit_loss/content/header.blade.php
index 9a8c96de6..f9421e3a3 100644
--- a/resources/views/reports/profit_loss/content/header.blade.php
+++ b/resources/views/reports/profit_loss/content/header.blade.php
@@ -2,9 +2,9 @@
- |
+ |
@foreach($class->dates as $date)
- {{ $date }} |
+ {{ $date }} |
@endforeach
{{ trans_choice('general.totals', 1) }}
diff --git a/resources/views/reports/tax_summary/content/header.blade.php b/resources/views/reports/tax_summary/content/header.blade.php
index 9a8c96de6..f9421e3a3 100644
--- a/resources/views/reports/tax_summary/content/header.blade.php
+++ b/resources/views/reports/tax_summary/content/header.blade.php
@@ -2,9 +2,9 @@
- |
+ |
@foreach($class->dates as $date)
- {{ $date }} |
+ {{ $date }} |
@endforeach
{{ trans_choice('general.totals', 1) }}
| |