@include('website.layouts.auth.head')
@if (Request::is('register'))

Sign Up | Customer & Agent

@elseif (Request::is('register-vendor'))

Sign Up | Vendor

@endif @csrf
Personal Information
Company
Address
Password
{{--
Documents
--}} {{--
Adittional Information
--}} {{--
Preferences
--}} @if ($errors->has('captcha'))
{{ $errors->first('captcha') }}
@endif

Log in to your account? Login

{{-- capchat --}} @include('website.layouts.scripts')