@extends('admin_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
{{ __('NIP') }}
@if(Auth::user()) {{ Auth::user()->nim }} @endif
{{ __('E-Mail') }}
@if(Auth::user()) {{ Auth::user()->email }} @endif
@csrf
Profile
@csrf
@endsection @section('script') @endsection