{{-- Certified gradient logo tile --}} @props([ 'size' => 'md', // sm | md | lg ]) @php [$tile, $icon] = match ($size) { 'sm' => ['size-8 rounded-lg', 'size-4.5'], 'lg' => ['size-12 rounded-2xl shadow-lg shadow-emerald-500/25', 'size-7'], default => ['size-9 rounded-xl shadow-lg shadow-emerald-500/25', 'size-5'], }; @endphp class(['flex items-center justify-center bg-gradient-to-br from-emerald-500 to-teal-600', $tile]) }}>