@if (($costPieSvg ?? '') !== '')
{!! $costPieSvg !!}
@foreach ($costPie['items'] ?? [] as $item)
{{ $item['label'] }}
{{ number_format((int) $item['count']) }} ยท {{ $item['pct'] }}%
@endforeach
@else
{{ __('No cost data for current filters.') }}
@endif