{!! ucfirst($section['section_title'] ?? "") !!}

{{ ucfirst($section['section_label'] ?? "") }}

@if(!empty($section['facts'])) @foreach($section['facts'] as $fact_key => $fact_value)

{{ $fact_value['value'] }}{{ $fact_value['count'] }}

{{ ucwords(str_replace('_', ' ', $fact_value['key'])) }}

@endforeach @endif
shape shape