logo logo
@auth
profile-user
{{ auth()->user()->name . " " . auth()->user()->lastname }}
{{ __('menu.profile.change_password') }} {{ __('menu.logout') }}
@else
{{ __('auth.login') }}
@endauth