{{ $line->name }} {{ $line->line_kind }} {{ $line->health_percentage !== null ? number_format((float) $line->health_percentage, 1).'%' : '—' }} {{ $line->renovation_need ?? '—' }} {{ $aexUtil->formatMoney($line->replacement_cost) }} {{ $aexUtil->formatMoney($line->renovation_cost) }} {{ $aexUtil->formatMoney($line->line_as_is_value) }} {{ $aexUtil->formatMoney($line->line_post_renovation_value) }} @foreach($line->childLines as $child) @include('assetexchange::appraisals.partials.line_row', ['line' => $child, 'depth' => $depth + 1]) @endforeach