@if (loading()) { } @else { person @if (isAuthenticated()) { {{ user()?.name }} Edit Profile Sign Out } @else { login Log In person_add Register } }