@props([ 'icon', 'title', 'description', 'tone' => 'blue', ]) @php $iconColor = $tone === 'green' ? 'text-[#00843d]' : 'text-[#005daa]'; @endphp

{{ $title }}

{{ $description }}