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/purchases/bills/show.blade.php b/resources/views/purchases/bills/show.blade.php index fd2351a98..3416d69c9 100644 --- a/resources/views/purchases/bills/show.blade.php +++ b/resources/views/purchases/bills/show.blade.php @@ -387,9 +387,9 @@ @stack($total->code . '_td_end') @else @if ($bill->paid) - - {{ trans('bills.paid') }}: - - @money($bill->paid, $bill->currency_code, true) + + {{ trans('bills.paid') }}: + - @money($bill->paid, $bill->currency_code, true) @endif @stack('grand_total_td_start') 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 - - + + + @endif @stack('grand_total_td_start')
{{ $date }}{{ $date }}
{{ trans_choice('general.totals', 1) }}
diff --git a/resources/views/sales/invoices/show.blade.php b/resources/views/sales/invoices/show.blade.php index ff752acd4..bf3d35b64 100644 --- a/resources/views/sales/invoices/show.blade.php +++ b/resources/views/sales/invoices/show.blade.php @@ -410,9 +410,9 @@ @stack($total->code . '_td_end') @else @if ($invoice->paid) -
{{ trans('invoices.paid') }}:- @money($invoice->paid, $invoice->currency_code, true)
{{ trans('invoices.paid') }}:- @money($invoice->paid, $invoice->currency_code, true)