@if (session('success'))
@endif
@if ($errors->any())
@endif
{{ session('success') }}
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
@if ($user->profile_image && file_exists(public_path($user->profile_image)))
@else
{{ strtoupper(substr($user->name, 0, 1)) }}
@endif
{{ $user->name }}
{{ ucfirst($user->role->name ?? 'Admin') }}
ActiveAccount Details
User ID
#{{ $user->id }}
Member Since
{{ \Carbon\Carbon::parse($user->created_at)->format('M d, Y') }}
Last Updated
{{ \Carbon\Carbon::parse($user->updated_at)->format('M d, Y') }}
Profile Information
{{ $user->name }}
{{ $user->email }}
@if ($user->email_verified_at) Verified @else Not Verified @endif@if($user->phone) {{ $user->phone }} @else Not provided @endif
Security Settings
••••••••
Updated {{ \Carbon\Carbon::parse($user->updated_at)->diffForHumans() }}
Security Tip: Regularly update your password and use a combination of letters, numbers, and special characters for better security.