@extends('layouts.admin') @section('title', 'Add Investor') @section('content')
@csrf
Personal Details
Investment Criteria
£
£
@php $strategies = [ 'BMV' => 'Below Market Value', 'Refurbishment' => 'Refurbishment project', 'Rental' => 'Rental Yield', 'HMO' => 'HMO', 'Development' => 'Development opportunity', 'Other' => 'Other', 'All' => 'All (Show me everything)' ]; @endphp @foreach($strategies as $key => $label)
@endforeach
Residential
@php $pTypes = ['House', 'Flat/Apartment', 'Bungalows', 'Land', 'Detached', 'Semi detached', 'Terraced', 'Any']; @endphp @foreach($pTypes as $pt)
@endforeach
Commercial

Commercial properties matching Rightmove standard classifications.

Hold Ctrl (Cmd) to select multiple

The system will automatically attempt to match this investor with existing and future listings.

@endsection