@extends('layouts.dashboardlayout') @section('content')

{{ optionByKey('editprofile') }}


{{ optionByKey('myaccount') }}

{{ optionByKey('email') }}: {{$email}}


@csrf
Check your age!
new
As sduko, we need to make sure everyone who posts is of legal age.
Check your age now!
If you need help with the process, check out our tutorial or write to support@sduko.in
We will get back to you soon!
Your privacy is important.
Documents uploaded to verify your age will be saved on Yoti systems, a secure platform specialized in identity verification.

{{ optionByKey('account_change_pass') }}

{{ optionByKey('chapasbottomcontent') }}


{{ optionByKey('account_email_update') }}

{{ optionByKey('add_newemail_bot_content') }}

@error('cf-turnstile-response') @enderror

{{ optionByKey('verified_emails') }}
@if(isset($primaryemailid))

{{$primaryemailid->email}}

({!! optionByKey('administrator_ads') !!})

@if(count($usersmails) > 0)
@foreach($usersmails as $user)

{{$user->email}}

@endforeach
@endif
@else {!! optionByKey('note_content') !!} @endif

{!! optionByKey('account_term_content') !!}
{!! optionBykey('reg_adv_accept') !!}

@include('includes.need_help')
@endsection @push('scripts') @endpush