@extends('admin_backend/layouts.template') @section('content') Profile Home Profile @if(Auth::user()) {{ Auth::user()->nama_lengkap }} @endif @if(Auth::user()) {{ Auth::user()->nim }} @endif Overview Edit Profile Change Password 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 Image {{ __('Nama Lengkap') }} {{ __('NIP') }} Save Changes @csrf Current Password New Password Re-enter New Password Change Password @endsection @section('script') @endsection