Brand Profile

Update your brand identity and contact information.

@csrf @method('PATCH')
@if($user->profile_photo_path) {{ $user->name }} @else {{ substr($user->name, 0, 1) }} @endif
@error('name')

{{ $message }}

@enderror
@error('phone_number')

{{ $message }}

@enderror

Security Credentials

Change your password frequently to keep your workspace secure.

@csrf @method('PATCH')
@error('current_password')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror

Two-Factor Shield

@if($user->two_factor_confirmed_at)

Enhanced Security Active

Your portal account is protected by an secondary authentication layer.

@csrf @method('DELETE')
@else

Secondary Layer Inactive

Activate 2FA to prevent unauthorized access to your restaurant operations.

@csrf
@endif