@if(!empty($statistics))

{{ $statistics['tagline'] ?? '' }}

{{ $statistics['description'] ?? '' }}

@if(isset($statistics['content']) && !empty($statistics['content']))
@foreach($statistics['content'] as $stats)
{{ $stats['stats'] ?? '' }} {{ $stats['title'] ?? '' }}
@endforeach
@endif
@endif