@extends('backend.admin-master') @section('site-title') {{__('Dashboard')}} @endsection @section('content')

Account Settings / Account

Personal Details
@method('PUT') @csrf
user-avatar

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



Reset Password
{{-- --}}
Work Related
{{--
--}}
working_status =='Self Employed' ) ? 'checked' : '' }} />
working_status =='Salaried' ) ? 'checked' : '' }} />
{{--
--}}
Registration Details
{{--
--}}
I am interested in :
@foreach ($interested_in as $interest) @if($interest->title == 'Investment Banking') @endif @if($interest->title == 'PMS') @endif @if($interest->title == 'Home Loan') @endif @if($interest->title == 'Personal Loans') @endif @if($interest->title == 'Life Insurance') @endif @php $interest_area = explode(",",$user_details->interested_in); @endphp
@endforeach
Cancel

DP User Document Details
@if(isset($user_media->user_id))
@csrf @method('PUT') @else @endif @csrf
@if (isset($user_media->pan_card))

View Pan Card : {{$user_media->pan_card}}

@endif
Cancel
@endsection