@extends('astrologer.layouts.app') @section('title', 'Account Settings') @section('content')
@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Security

Keep your account secure by using a strong password. We recommend changing it periodically.

Password Requirements

  • Minimum 8 characters
  • Numbers & symbols
  • Uppercase & Lowercase

Change Password

@csrf

Settlement Configuration

@if($isLocked) Locked @endif
@csrf
@if($isLocked)

You cannot change your cycle while you have active unsettling earnings.

@else

Choosing a longer settlement cycle reduces the commission deducted from your earnings.

@endif
Session Management

Updating your password will keep you logged in on this device but may require re-authentication on others.

@endsection