@guest @endguest

{{ $this->user->name }}

{{ '@' . $this->user->username }}

@if (auth()->check() && auth()->user()->isAdmin()) Impersonate @endif

{{ $this->user->profile('about') }}

This is the application user profile page.

You can modify this file from your template resources/themes/anchor at:

{{ 'pages/profile/[username].blade.php' }}