@php $t = strtolower($tipo ?? 'fisico'); @endphp @if ($t === 'humo') Humo @else FĂ­sico @endif