|
|
|
|
115
|
<tr>
|
115
|
<tr>
|
116
|
@foreach($accountCategory->summary as $accountCategorySummaryIndex => $accountCategorySummaryCell)
|
116
|
@foreach($accountCategory->summary as $accountCategorySummaryIndex => $accountCategorySummaryCell)
|
117
|
<x-company.tables.cell :alignment-class="$report->getAlignmentClass($accountCategorySummaryIndex)"
|
117
|
<x-company.tables.cell :alignment-class="$report->getAlignmentClass($accountCategorySummaryIndex)"
|
118
|
- bold="true">
|
|
|
|
|
118
|
+ bold="true" :underline-bold="$loop->last">
|
119
|
{{ $accountCategorySummaryCell }}
|
119
|
{{ $accountCategorySummaryCell }}
|
120
|
</x-company.tables.cell>
|
120
|
</x-company.tables.cell>
|
121
|
@endforeach
|
121
|
@endforeach
|