@extends('layouts.admin') @section('title', 'Create Account') @section('content')
Crosby Farm and Investments Investor Registration

Secure Investor Onboarding

Create Your Farm Investment Account

Create your secure account first. After login, you can select an investment plan inside your portal and continue with payment.

Investment Plans

Choose your plan after logging into the investor portal.

Managed Farming

Our team handles the daily agricultural operations.

Investor Support

Get guidance before choosing the right investment package.

Register Account

Complete the form below to start your investor registration.

@if (session('otp_status'))
{{ session('otp_status') }}
@else @endif @if ($errors->any())
Please correct the highlighted fields and try again.
@endif
@csrf
@error('name')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror

We will send a 6-digit verification code to this email.

@error('otp')

{{ $message }}

@enderror
@error('phone')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror
@error('consent')

{{ $message }}

@enderror

Already have an account? Login here

@endsection @push('scripts') @endpush