Investment Profile
@php
$interests = [
'BMV' => 'Below Market Value',
'HMO' => 'Houses in Multiple Occupation',
'Land' => 'Development Land',
'BTL' => 'Buy to Let',
'Commercial' => 'Commercial',
'Distressed' => 'Distressed Sale',
'R2R' => 'Rent to Rent',
'SA' => 'Serviced Accom.',
'Auction' => 'Auction Properties',
];
$userInterests = explode(', ', $user->property_interests ?? '');
@endphp
@foreach($interests as $key => $label)
@endforeach
Profile Bio
This information helps agents find the best properties for you.
Security Settings
Update your password to keep your account secure. Leave blank if you don't want to change it.
Use the "Save Changes" button in the sidebar to update your password along with other profile details.