Join OclaClassifieds
Create your account to start buying and selling
@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf
Full Name
@error('name')
{{ $message }}
@enderror
Email Address
@error('email')
{{ $message }}
@enderror
Password
👁️
@error('password')
{{ $message }}
@enderror
Confirm Password
👁️
@if(config('services.recaptcha.enabled'))
{!! NoCaptcha::display() !!} @error('g-recaptcha-response')
{{ $message }}
@enderror
@endif
Create Account
@if(config('services.google.client_id'))
Sign up with Google
@endif
{!! NoCaptcha::renderJs() !!}