@if (loading()) { } @else { @if (isAuthenticated()) {
{{ user()?.name }}

Edit Profile } @else { login Log In person_add Register }
}