@if (session('status'))
@endif
@if (session('error'))
{{ session('status') }}
@endif
@if ($errors->any())
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
{{ session('error') }}
@endif
@if (session('success'))
{{ session('success') }}
@endif
Account Details
Name: {{ $user->fname ?? 'N/A' }} {{ $user->lname ?? '' }}
Email: {{ $user->email ?? 'N/A' }}
State: {{ $user->state->name ?? $user->state ?? 'N/A' }}
District: {{ $user->district->name ?? $user->district_name ?? 'N/A' }}
By setting your password, you agree to our Terms of Service and Privacy Policy.
Need help? Contact the system administrator.