class('flex flex-col items-center gap-4 px-4 py-10 text-center') }}>
@if (isset($illustration) && $illustration->hasActualContent())
attributes }}>{{ $illustration }}
@else
@endif
@if ($title)
{{ $title }}
@endif
@if ($description || $slot->isNotEmpty())
{{ $description ?? $slot }}
@endif
@isset($actions)
{{ $actions }}
@endisset