Saúde Mental
Dashboard Empresas Protocolos @if(auth()->user()->perfil === 'admin') Relatórios @endif Usuários @if(auth('empresa')->check()) Configurações @endif Migrations
@php $currentUser = auth()->user() ?? auth('empresa')->user(); @endphp @if($currentUser)

{{ $currentUser->name }}

{{ $currentUser->email }}

@endif