@props(['data' => []])
@if(!empty($data['stats']))
@foreach($data['stats'] as $stat)
@if(!empty($stat['icon'])) icon @endif @if(!empty($stat['number']))

{{ $stat['number'] }}

@endif @if(!empty($stat['label']))

{{ $stat['label'] }}

@endif
@endforeach
@endif