From d7ae76b6d2c9245581be6d226bd4bfcc722bdaef Mon Sep 17 00:00:00 2001 From: batuhanbas Date: Mon, 20 Jan 2020 12:22:02 +0300 Subject: [PATCH] print report total position --- resources/views/partials/reports/table/footer.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/partials/reports/table/footer.blade.php b/resources/views/partials/reports/table/footer.blade.php index 495050780..971a3f890 100644 --- a/resources/views/partials/reports/table/footer.blade.php +++ b/resources/views/partials/reports/table/footer.blade.php @@ -1,6 +1,6 @@ - {{ trans_choice('general.totals', 1) }} + {{ trans_choice('general.totals', 1) }} @php $total_total = 0; @endphp @foreach($class->totals[$table] as $total) @php $total_total += $total; @endphp