@extends('layouts.app') @section('content')
@include('layouts.success_error')

Profile Saya Biodata User

NIP / USERNAME {{auth()->user()->nip}}
Nama {{auth()->user()->name}}
Jabatan {{auth()->user()->jabatan}}
Satker {{auth()->user()->satker->nama}}
Hak Aplikasi {{auth()->user()->jabatan_satker}}
Ubah password lama dengan password baru
Ganti Password
@endsection {{-- @section('js') @endsection --}}