Andrew Wallo 1 년 전
부모
커밋
e2e54a9602
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      resources/views/components/company/tables/reports/cash-flow-statement.blade.php

+ 1
- 1
resources/views/components/company/tables/reports/cash-flow-statement.blade.php 파일 보기

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

Loading…
취소
저장