@props(['image', 'title', 'buttonText', 'buttonLink', 'bgColor', 'textColor', 'size', 'rounded'])
merge(['class' => 'bg-' . $bgColor . ' text-' . $textColor . ' rounded-' . $rounded . ' shadow-lg']) }}> @if($image) {{ $title }} @endif

{{ $title }}

{{ $slot }}

{{-- Example usage --}} {{-- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean euismod bibendum laoreet. --}}