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

{{ auth()->user()->role }}



Ubah Password
Isi hanya jika ingin mengubah password
@endsection