{{-- Left Content --}}

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

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

@foreach ($content['stats'] as $stat) {{ $stat }} @if (!$loop->last) @endif @endforeach
{{-- Right Image --}}
{{ $content['image_alt'] }}
{{-- Floating info card --}}
{{ $content['card_title'] }}
{!! $content['card_text'] !!}