{{ __('Dashboard') }} @if(auth()->user()->account_type === 'siwes_director') {{ __('Students') }} {{ __('Manage Logins') }} {{ __('Change Password') }} @endif
@if(auth()->user()->account_type === 'student') {{ __('Profile') }} @else Profile @endif
@csrf {{ __('Log Out') }}
{{ __('Dashboard') }}
{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{ __('Profile') }}
@csrf {{ __('Log Out') }}