@extends('backend/layouts.template') @section('content')

Profile

Profile

@if(Auth::user()) {{ Auth::user()->nama_lengkap }} @endif

@if(Auth::user()) {{ Auth::user()->nim }} @endif

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
@csrf
Profile
@csrf
@endsection @section('script') @endsection