Navigation Bar Profile Button İssue

This is how I redirect in my php codes, but I don’t know how to do it in kodilar.io . I’m trying to create a button that allows the user to access the profile.I try but ı couldn’t.

<a href="{{ url('profile/@'.Auth::user()->name) }}" class="dropdown-item">{{ __('main.nav_profile') }}</a>