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

Account / Add User Account

@if ($errors->any()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif @if(session('success') == "Opps! You do not have access") @elseif(session()->has('success'))
× {{session('success')}}
@endif
Personal Details
@csrf {{-- default image --}}
user-avatar

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


{{-- --}}
Password must be at least 6 characters !
{{-- --}}
Work Related
{{--
--}}
{{--
--}}
Registration Details
{{--
--}}
I am interested in :
@foreach ($interested_data 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(",",$edit_profile->interested_in); @endphp --}}
id, old('interested_in'))) ? ' checked' : '' }}/>
@endforeach
{{--
--}}
@php $role = Auth::User()->role; @endphp @if($role=='dpuser') Cancel @elseif($role=='dpbuddy') Cancel @elseif($role=='dpSaarthi') Cancel @else @endif