@extends('layouts.frontend.master') @section('title', 'My Profile') @section('page-heading-title')

{{__('My Profile') }}

@endsection @push('styles') @endpush @section('content')

{{__('Update Profile Details')}}

@include('frontend.auth.profile')

{{ __('Sponsor Link') }}

{{ __('Your Independent Associate Sponsor Link') }}

{{ route('sponser', Auth::user()->username) }}

Copy Link
@include('frontend.guest.retirement_of_csr.company-information')
@include('frontend.auth.change-email')
@include('frontend.auth.change-login-password')
@include('frontend.auth.one-time-passcode')
@include('frontend.auth.2fastartmember')

{{ __('Preferences') }}

@if (readOnlyMode())
userSettings)->preference == 'Right' ? 'checked' : '' }} >
@else
userSettings)->preference == 'Right' ? 'checked' : '' }} onChange="preferenceToggle()">
@endif
@include('frontend.member.wallet_address.index')
@include('frontend.member.wallet_address.add-wallet-address-model') @endsection @push('scripts') @endpush