@php $componentValues = $getState(); if (is_string($componentValues)) { $componentValues = json_decode($componentValues, true); } @endphp @if($componentValues && is_array($componentValues))
@foreach($componentValues as $asset => $data)
{{ $asset }}: ${{ number_format($data['value'] ?? 0, 4) }} ({{ number_format($data['weight'] ?? 0, 2) }}%)
@endforeach
@else No component data @endif