@php
$contaAngraUser = auth()->user();
$contaAngraAvatar = $contaAngraUser?->photo ? asset($contaAngraUser->photo) : null;
$contaAngraInitials = $contaAngraUser
? mb_strtoupper(
mb_substr($contaAngraUser->firstName ?? '', 0, 1) .
mb_substr($contaAngraUser->lastName ?? '', 0, 1)
)
: '';
@endphp
@else
@endif
{{ $boletimHoje->temperatura_minima }}°
/
{{ $boletimHoje->temperatura_maxima }}°
@else
{{ __('Boletim Meteorológico') }}
{{ __('Sem boletim de hoje') }}
@endif
{{ __('Transparência') }}
{{ __('Portal da Transparência') }}
{{-- Botão de Modo Noturno (Acessibilidade) --}}
{{ __('Alternar modo noturno') }}
{{ __('Olá,') }}
{{ __('Acessibilidade de texto') }}