Detail Pengguna
Informasi lengkap pengguna.
{{-- Avatar & Nama --}}
{{-- Info Detail --}}
{{-- Action Buttons --}}
{{ strtoupper(substr($user->name, 0, 1)) }}
{{ $user->name }}
@if($user->is_admin) Admin @else User @endifID
#{{ $user->id }}
Email
{{ $user->email }}
Verifikasi
@if($user->email_verified_at)
Terverifikasi
{{ $user->email_verified_at->format('d M Y') }}
@else
Belum Verifikasi
@endif
Telepon
{{ $user->phone ?? '-' }}
Alamat
{{ $user->address ?? '-' }}
Bergabung
{{ $user->created_at->format('d M Y, H:i') }}
Diperbarui
{{ $user->updated_at->format('d M Y, H:i') }}
Edit Pengguna
Kembali
@if($user->id !== auth()->id())
@endif