@extends('layouts.buddy-screens') @section('content')

Account Settings / Account

@if ($errors->any()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif
Profile Details
@method('PUT') @csrf
user-avatar

Allowed JPG, GIF or PNG. Max size of 800K


@if($edit_profile->working_status == 'other') @elseif(old('working_status') === 'other') @else @endif
Reset Password

residential =='Indian' ) ? 'checked' : '' }} />
residential =='NRI' ) ? 'checked' : '' }} />
@php $role = Auth::User()->role; @endphp @if($role=='dpuser') Cancel @elseif($role=='dpbuddy') Cancel @elseif($role=='dpSaarthi') Cancel @else @endif
I want to be a Dealplexus Buddy
    Congratulations on your decision to be a DP Buddy.     Please upload a few documents below, and you shall be ready to start.
@if(isset($user_media->user_id))
@csrf @method('PUT') @else @endif @csrf
{{--

If you are going to be away for some time, you can deactivate your account for time being. Deactivate Now

--}}

If you are unhappy with any of our services, you may connect with us here : Support. If you still want to discontinue your account, please click here Deactivate Now

@endsection