@props([ 'id', 'title', 'description', 'mediaType' => '', 'mediaSrc' => '', 'bgColor' => theme('verticalFeatureSection', 'bgColor'), 'titleColor' => theme('verticalFeatureSection', 'titleColor'), 'descriptionColor' => theme('verticalFeatureSection', 'descriptionColor'), 'listItemColor' => theme('verticalFeatureSection', 'listItemColor'), 'ctaText' => null, 'ctaUrl' => '#', 'ctaBgColor' => theme('verticalFeatureSection', 'ctaBgColor'), 'ctaTextColor' => theme('verticalFeatureSection', 'ctaTextColor'), 'ctaHoverBgColor' => theme('verticalFeatureSection', 'ctaHoverBgColor') ])

{{ $title }}

{{ $description }}

@if($mediaType !== '')
@if($mediaType === 'video') @elseif($mediaType === 'image') {{ $title }} @elseif($mediaType === 'emoji')

{{ $mediaSrc }}

@endif
@endif
    {{ $slot }}
@if($ctaText) @endif