profile_image
{{ auth()->user()->name }}

{{ auth()->user()->role ?? 'User' }}

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

Bergabung sejak {{ auth()->user()->created_at->format('d M Y') }}

Informasi Profil
Nama Lengkap

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

Email

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

Role

{{ auth()->user()->role ?? 'User' }}

Bergabung Sejak

{{ auth()->user()->created_at->format('d M Y') }}