@props([ 'image' => '', 'title' => '', 'description' => '', 'subject' => null, 'alt' => '', 'width' => null, 'height' => null, ])
merge(['class' => 'flex flex-col rounded-lg bg-glassmorphism']) }}>
{{ $alt ?: strip_tags($title) }}
@if($subject) {{ $subject }} @endif @if($title)

{!! $title !!}

@endif @if($description)

{!! $description !!}

@endif
{{ $slot }}