@props([ 'image' => null, 'title' => '', 'description' => '', 'contentType' => false, 'theme' => 'light', 'url' => '#', ]) class('block sm:flex gap-7 ' . ($theme==='dark'?'text-white':'')) }}>
@if($contentType)

{{ $contentType }}

@endif

{{ $title }}

{{ $context ?? '' }}

{!! $description !!}