 }}/img/bruce-mars.jpg)
{{ 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 }}
{{ auth()->user()->email }}
Role
{{ auth()->user()->role ?? 'User' }}
Bergabung Sejak
{{ auth()->user()->created_at->format('d M Y') }}