@extends('layouts.app') @section('content')

Join the Group

Connect with the UK's leading property sourcing community and get access to exclusive deals.

Verified Deals

Every property is vetted by our experts.

High ROI

Maximized returns for our investors.

Expert Support

Personal guidance throughout your journey.

Create an Account

Join Property Sourcing Group today

Getting Started

Please fill in your details to create an account.

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@php $interests = [ 'BMV' => 'BMV', 'HMO' => 'HMO', 'Development Land' => 'Development Land', 'Buy to Let' => 'Buy to Let', 'Commercial' => 'Commercial', 'Distressed Properties' => 'Distressed Properties', 'Rent to Rent' => 'Rent to Rent', 'SA' => 'SA (Serviced Accommodation)', 'Auction Properties' => 'Auction Properties', ]; @endphp @foreach($interests as $key => $label)
@endforeach

Already have an account? Sign In Here

@endsection