@php $color; if ($filtro_tipo == 'RECIBIDOS') { $color = 'bg-danger text-white'; } elseif ($filtro_tipo == 'ENVIADOS') { $color = 'bg-warning text-dark'; } elseif ($filtro_tipo == 'PERSONAL') { $color = 'bg-success text-white'; } @endphp