@php $ctaTitle = $cta['title'] ?? 'Ready to start your journey?'; $ctaText = $cta['text'] ?? 'Talk to our counselors and get a shortlist tailored to your profile.'; $ctaButton = $cta['button'] ?? 'Book A Free Consultation'; $ctaImage = $cta['image'] ?? null; $outerClass = $outerClass ?? 'section home-reveal section-tight final-cta-block'; $wrapClass = $wrapClass ?? 'landing-wrap'; $cardClass = $cardClass ?? 'landing-card final-cta'; $ctaImageSrc = $ctaImage ? (str_starts_with($ctaImage, 'http') ? $ctaImage : asset('storage/' . ltrim($ctaImage, '/'))) : null; @endphp

Need guidance?

{{ $ctaTitle }}

{{ $ctaText }}

@if($ctaImageSrc) Consultation @endif