@php
$inst = $institucion ?? null;
$mostrarLogoInst = $inst && !empty($inst->logo ?? null) && in_array($inst->upper_logo ?? null, [true, 'true', '1', 1], true);
@endphp
url ?? null)) target="_blank" @endif>
@if($mostrarLogoInst)
@else
@endif
@if ($institucion !== null)
{{ $institucion->nombre }}
@if ($institucion->historico)
(Histórico - Información solo de consulta)
@endif
@endif