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