Security Overview
Account protection status
{{-- Security status rows --}}
Email Verification
{{ auth()->user()->email }}
@if (auth()->user()->email_verified_at)
Verified
@else
Not Verified
@endif
Account Created
{{ auth()->user()->created_at?->format('d M Y, H:i') }}
Last Profile Update
{{ auth()->user()->updated_at?->format('d M Y, H:i') }}