{{-- Left Content --}}

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

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

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