@props(['rows' => [], 'section' => ''])
@foreach($rows as $row)
0) style="display:none;" @endif
>
|
@php $indent = str_repeat(' ', (int) ($row['level'] ?? 0)); @endphp
{!! $indent !!}
@if(!empty($row['has_children']))
@else
@endif
@if($row['account_id'])
{{ $row['code'] }} — {{ $row['account'] }}
@else
{{ $row['account'] }}
@endif
|
{{ number_format($row['balance'], 2) }} |
@endforeach