@extends('layouts.pengunjung') @section('title', 'Profil') @section('content')
{{ strtoupper(substr(auth()->user()->nama ?? 'U', 0, 1)) }}
{{ auth()->user()->nama }}

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

@csrf
Informasi Profil
Username tidak dapat diubah

Ubah Password
Isi hanya jika ingin mengubah password
@endsection