{!! $stats[0]['value'] ?? '' !!}

@if(config('settings.extended_stats_panel'))
{{ $stats[0]['title'] ?? '' }}
{{ $stats[0]['subtitle'] ?? '' }}
@else
{{ $stats[0]['title'] ?? '' }}
@endif

{!! $stats[1]['value'] ?? '' !!}

@if(config('settings.extended_stats_panel'))
{{ $stats[1]['title'] ?? '' }}
{{ $stats[1]['subtitle'] ?? '' }}
@else
{{ $stats[1]['title'] ?? '' }}
@endif

{!! $stats[2]['value'] ?? '' !!}

@if(config('settings.extended_stats_panel'))
{{ $stats[2]['title'] ?? '' }}
{{ $stats[2]['subtitle'] ?? '' }}
@else
{{ $stats[2]['title'] ?? '' }}
@endif

{!! $stats[3]['value'] ?? '' !!}

@if(config('settings.extended_stats_panel'))
{{ $stats[3]['title'] ?? '' }}
{{ $stats[3]['subtitle'] ?? '' }}
@else
{{ $stats[3]['title'] ?? '' }}
@endif