@props([
"image",
"headline",
"maxWidth" => "30%",
"maxHeight" => "200px",
"height" => "auto"
])
merge(['class' => 'tw-w-full tw-text-center undrawContainer']) }}>
@if (file_exists($image_path = ROOT . "/dist/images/svg/$image"))
{!! file_get_contents($image_path) !!}
@endif
@if (! empty($headline))
{{ $headline }}
@endif
{!! $slot ?? '' !!}