{{-- Stats Grid Component --}} @php $stats = $component['content']['stats'] ?? []; @endphp
@foreach($stats as $stat)
@if(!empty($stat['icon']))
@endif @if(!empty($stat['number']))
{{ $stat['number'] }} @if(!empty($stat['suffix'])) {{ $stat['suffix'] }} @endif
@endif @if(!empty($stat['label']))

{{ $stat['label'] }}

@endif
@endforeach