Profile Details
{{ __('Nama Lengkap') }}
@if(Auth::user())
{{ Auth::user()->nama_lengkap }}
@endif
{{ __('NIM') }}
@if(Auth::user())
{{ Auth::user()->nim }}
@endif
{{ __('Semester') }}
@if(Auth::user())
{{ Auth::user()->semester }}
@endif
{{ __('Angkatan') }}
@if(Auth::user())
{{ Auth::user()->angkatan }}
@endif
{{ __('E-Mail') }}
@if(Auth::user())
{{ Auth::user()->email }}
@endif