{{ __('Type Wise Distribution') }}
@if (($typeWisePieSvg ?? '') !== '')
{!! $typeWisePieSvg !!}
@foreach ($typeWisePie['items'] ?? [] as $item)
{{ $item['label'] }} {{ number_format((int) $item['count']) }} ยท {{ $item['pct'] }}%
@endforeach
@else
{{ __('No Independent/Umbrella data for current filters.') }}
@endif