{{ __('Dashboard') }} {{ __('Chirps') }} @if (Auth::user()->role == "admin") {{ __('Users') }} @endif
{{ __('Profile') }}
@csrf {{ __('Log Out') }}
{{ __('Dashboard') }} {{ __('Chirps') }} @if (Auth::user()->role == "admin") {{ __('Users') }} @endif
{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{ __('Profile') }}
@csrf {{ __('Log Out') }}