@extends('layouts.auth') @section('title', __('Create an account')) @section('heading', __('Create an account')) @section('intro', __('Save properties, contact sellers and — when you are ready — list your own.')) @section('form') {{-- The account type drives the rest of the form: the seller fields only exist for someone who says they intend to sell, and the choice is not final — a buyer can open a seller profile at any time afterwards. --}}
@csrf
{{ __('I want to') }}
@foreach ($accountTypes as $type) @endforeach
{{ __('I accept the') }} {{ __('terms of use') }} {{ __('and') }} {{ __('privacy policy') }}. @endsection @section('footer') {{ __('Already have an account?') }} {{ __('Sign in') }} @endsection