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

{{ $title }}

{{ $description }}

    {{ $slot }}
@if($ctaText) {{ $ctaText }} @endif
@if($mediaType === 'video') @elseif($mediaType === 'image') {{ $title }} @elseif($mediaType === 'emoji')

{{ $mediaSrc }}

@endif