chevron styling when active collapse

This commit is contained in:
Burak Civan
2022-06-06 18:26:26 +03:00
parent 08604acdbb
commit bb579acd8a
5 changed files with 13 additions and 4 deletions

View File

@@ -0,0 +1,9 @@
@foreach($class->tables as $table_key => $table_name)
@php $grand_total = array_sum($class->footer_totals[$table_key]); @endphp
<div class="w-full lg:w-6/12">
@include($class->views['summary.table.header'])
@include($class->views['summary.table.body'])
@include($class->views['summary.table.footer'])
</div>
@endforeach