@props([ 'showCta' => true, ]) @php $beliefs = collect(preg_split('/\r\n|\r|\n/', content('home.philosophy.beliefs'))) ->map(fn (string $line) => trim($line)) ->filter() ->values(); $conclusion = content('home.philosophy.conclusion'); $badge = content('home.philosophy.badge'); $ctaLabel = content('home.philosophy.cta_label'); $infographic = content('home.philosophy.infographic'); @endphp
{{ $badge }}
@endif{{ $conclusion }}
@endif @if ($showCta && $ctaLabel !== '') @endif