@php $title = $name($sec); $total = (float)($sec->total ?? 0); $lines = $sec->lines ?? []; $badge = $meta ?? ['cls'=>'badge-soft-dark','icon'=>'fa-layer-group','label'=>'Section']; @endphp
| Key | Name | Amount |
|---|---|---|
| {{ $l->key ?? '' }} | {{ $name($l) }} | {{ number_format($amt, 2) }} |
| No data | ||
| Total | {{ number_format($total, 2) }} | |