@extends('user.layouts.app-newui') @section('content')

Accept Invitation from {{$agency_name}}

Complete your account information below to activate your invitation.

Note
All fields marked with * are required.
Password Hint
{!! $password_setting !!}
First/Last Name Hint
  • No special characters allowed.
@csrf @if($user_exist==2) @endif
@if($user_exist==2) @else @endif
@if($user_exist==2) @else @endif
{!! NoCaptcha::renderJs() !!} {!! NoCaptcha::display(['data-theme' => 'light']) !!}
@if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif
@endsection @section('scripts') @stop