From c96f065b582e0e07bc60b34120aaabf8d57ef249 Mon Sep 17 00:00:00 2001 From: batuhanbas Date: Mon, 13 Jan 2020 17:15:54 +0300 Subject: [PATCH] report header alignment updated --- resources/views/partials/reports/table/header.blade.php | 6 +++--- .../views/reports/profit_loss/content/header.blade.php | 4 ++-- .../views/reports/tax_summary/content/header.blade.php | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) 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) - + @endforeach
{{ $date }}{{ $date }}
{{ 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) - + @endforeach
{{ $date }}{{ $date }}
{{ trans_choice('general.totals', 1) }}