@extends('layouts.front') @push('css') @endpush @section('content') @lang('Create Account') @csrf @error('name') {{ $message }} @enderror @error('phone') {{ $message }} @enderror @error('email') {{ $message }} @enderror @error('password') {{ $message }} @enderror Are you Property buyer ( Looking to buy property ) Tenant ( Looking to rent or PG | Co-Living ) Property Owner ( Looking to sell your property ) Property Agent Builder/Developer @lang('I agree to the') @lang('Terms & Conditions') @lang('and') @lang('Privacy Policy'). @lang('Create Account') @endsection @push('js') @endpush