@props([ 'icon' => null, 'title' => '', 'description' => '', 'transparent' => false, 'showIcon' => true, 'index' => null, 'position' => 'center', ]) merge(['data-appear-from-bottom' => '']) }}> @if($index !== null)
{{ str_pad($index, 2, '0', STR_PAD_LEFT) }}
@elseif($showIcon && $icon)
@endif @if($title)

{!! $title !!}

@endif @if(is_array($description)) @elseif($description)

{!! $description !!}

@endif {{ $slot }}