{{ __('Dashboard') }} {{ __('Knowledge Base') }}
{{ __('Profile') }} @if(Auth::user()->isAdmin()) {{ __('ユーザー管理') }} @endif
@csrf {{ __('Log Out') }}
{{ __('Dashboard') }} {{ __('Knowledge Base') }}
{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{ __('Profile') }} @if(Auth::user()->isAdmin()) {{ __('ユーザー管理') }} @endif
@csrf {{ __('Log Out') }}