@if($user->invited === 1)

Account Setup

Let's help you setup your account.
@if ($admin_setup) @else @endif
@else

{{ $user->name . ' ' . $user->surname }}

Manage {{ $user->name . ' ' . $user->surname }}'s information and account settings.
@endif

Basic Settings

@if ($detailUpdated) @endif @if (auth()->user()->stage !== 0)
@if ($photo)
@if (str_starts_with($photo, env('AWS_URL'))) profile @else profile @endif
Remove photo
@else
Select file
@endif

@endif

@error('title') {{ $message }} @enderror

@error('name') {{ $message }} @enderror

@error('surname') {{ $message }} @enderror

@error('gender') {{ $message }} @enderror

@error('ethnicity') {{ $message }} @enderror

@error('nationality') {{ $message }} @enderror

@error('date_of_birth') {{ $message }} @enderror

@error('cellphone_number') {{ $message }} @enderror

@error('work_telephone_number') {{ $message }} @enderror

@error('email') {{ $message }} @enderror
@if($user->invited === 0)

Role Settings

@if ($roleUpdated) @endif
Client Manager - User has access to manage all features of system related to their company.
Client User - User has basic access to features related to their own profile.
System Admin - User has full access to all features related the entire system - Oresol employees only.
System Developer - User has full access to all features related the entire system - Oresol employees only.
System Marketer - User has access to showcasing system features for marketing purposes - Oresol employees only.
System Support - User has access to support system clients by being able to impersonate user accounts without write permissions - Oresol employees only.
@endif

Two-Factor authentication (2FA)

@if ($authenticationUpdated) @endif
@csrf
Authenticator App (ES™ OTP) Elevate protection with an authenticator app for two-factor authentication.
@error('twoFactorAuth') {{ $message }} @enderror
Enter your password to setup Two-Factor authentication @error('password') {{ $message }} @enderror

Password

@if ($passwordUpdated) @endif

@error('currentPassword') {{ $message }} @enderror

Use 8 or more characters with a mix of letters, numbers & symbols.

@error('newPassword') {{ $message }} @enderror

@error('passwordConfirmation') {{ $message }} @enderror

Notifications

@if ($notificationsUpdated) @endif
Email Receive notification through email.
SMS Receive notifications through SMS.
ES Marketing