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')
+ | @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 @@
|
---|