@extends('layouts.petugas') @section('title', 'Pengaturan Profil') @section('page-title', 'Pengaturan Profil Petugas') @section('content')
@csrf @method('POST')
{{ strtoupper(substr(auth()->user()->nama ?? 'P', 0, 1)) }}
{{ auth()->user()->nama }}

Petugas Perpustakaan


Username tidak dapat diubah

Ubah Password
Isi hanya jika ingin mengubah password
@endsection