@if (isset($illustration) && $illustration->hasActualContent())
attributes }}>{{ $illustration }}
@else
@endif
@if ($title)
{{ $title }}
@endif
@if ($description || $slot->isNotEmpty())
{{ $description ?? $slot }}
@endif
@isset($actions)
{{ $actions }}
@endisset