{{-- resources/views/user_mangement/usersview.blade.php --}} @extends('layouts.app') @section('content')
Password
Last Changed: {{ $user->updated_at ? $user->updated_at->format('d M Y, h:i A') : 'N/A' }}
Two-Factor Authentication
Secure your account with Google Authenticator @if($user->mfa && $user->mfa->enabled) Enabled @else Disabled @endif