From 1ec029628952c808df30b3e8c1b519a60064021d Mon Sep 17 00:00:00 2001 From: Burak Civan Date: Mon, 6 Jun 2022 18:28:10 +0300 Subject: [PATCH] unusage development ejected --- .../reports/summary/print.blade.php | 20 +++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/resources/views/components/reports/summary/print.blade.php b/resources/views/components/reports/summary/print.blade.php index 54160842c..7d786a59d 100644 --- a/resources/views/components/reports/summary/print.blade.php +++ b/resources/views/components/reports/summary/print.blade.php @@ -1,9 +1,13 @@ -@foreach($class->tables as $table_key => $table_name) - @php $grand_total = array_sum($class->footer_totals[$table_key]); @endphp + + + {{ $class->model->name }} + -
- @include($class->views['summary.table.header']) - @include($class->views['summary.table.body']) - @include($class->views['summary.table.footer']) -
-@endforeach \ No newline at end of file + +

{{ $class->model->name }}

+ + {{ setting('company.name') }} + + @include($class->views[$class->type]) +
+
\ No newline at end of file