{!! $content['title'] !!}

{{ $content['subtitle'] }}

@if(isset($content['partner_types']))
@foreach ($content['partner_types'] as $index => $partner)
@svg('heroicon-o-'.$partner['icon'], 'w-6 h-6 text-secondary')

{{ $partner['title'] }}

{{ $partner['description'] }}

@endforeach
@endif @if(isset($content['stats']))
@foreach ($content['stats'] as $stat)
@svg('heroicon-o-check-circle', 'w-6 h-6 text-secondary') {{ $stat }}
@endforeach
@endif
{{ $content['image_alt'] }}
{{-- Floating info card --}}
{!! $content['hub']['title'] !!}
{!! $content['hub']['subtitle'] !!}