Personal Information
Basic info, like your name and address, that you use on Fortlink Platform.
First Name
{{ $user->firstname ?? 'NIL' }}
{{-- --}}
Last Name
{{ $user->lastname ?? 'NIL' }}
User Name
{{ $user->username ?? 'NIL' }}
Email
{{ $user->email ?? 'NIL' }}
{{-- --}}
Country
{{ $user->country ?? 'NIL' }}
Country Code
{{ $user->countryCode ?? 'NIL' }}
SSN
{{ $user->ssn ?? 'NIL' }}
Date Of Birth
{{ $user->dob ?? 'NIL' }}
Role
{{ $user->role ?? 'NIL' }}
Email Verified
{{ $user->emailVerified == 'FALSE' ? 'NO' : 'YES' }}
State
{{ $user->state ?? 'NIL' }}
City
{{ $user->city ?? 'NIL' }}
Phone Number
{{ $user->phone ?? 'NIL' }}
Address 1
{{ $user->address1 ?? 'NIL' }}
Address 2
{{ $user->address2 ?? 'NIL' }}
Zip
{{ $user->zip ?? 'NIL' }}
Region
{{ $user->region ?? 'NIL' }}
Notes
{{ $user->userNotes ?? 'NIL' }}
Referred By
{{ $user->referredBy ?? 'NIL' }}
Account Type
{{ $user->accountType ?? 'NIL' }}
Suspended
{{ $user->isUserSuspended == 'FALSE' ? 'NO' : 'YES' }}
2FA Active
{{ $user->is2faActive == 'FALSE' ? 'NO' : 'YES' }}
Last Logged In
{{ date('d M,Y', strtotime($user->lastLoginDate)) }}
{{ ucwords($value->name) }}
{{ ucwords($value->question) }}
{{ $value->answer ?? 'NiL' }}
Downlines
| # | Fullname | Username | Joined At | |
|---|---|---|---|---|
| 1 | {{ ucwords($data->firstname) }} {{ ucwords($data->lastname) }} | {{ ucwords($data->username) }} | {{ ucwords($data->email) }} | {{ date('d M,Y', strtotime($data->createdAt)) }} |