@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
Hold Ctrl (Cmd) to select multiple