{{ __('Dashboard') }} @if(Auth::check() && Auth::user()->role_id == 1) {{ __('System Diagnostics') }} @endif
{{ __('Profile') }}
@csrf {{ __('Log Out') }}
{{ __('Dashboard') }}
{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{ __('Profile') }}
@csrf {{ __('Log Out') }}