{!! RecaptchaV3::initJs() !!}
Welcome To ConnectX
Please Enter Your Details
{{ Form::open(['url' => '#', 'name' => 'validateForm', 'id' => 'validateForm', 'enctype' => 'multipart/form-data', 'class' => 'pt-0']) }}
User ID
Password
{!! RecaptchaV3::field('register') !!} @if ($errors->has('g-recaptcha-response'))
{{ $errors->first('g-recaptcha-response') }}
@endif
Login
{{ Form::close() }}