Copyright © All rights reserved by Webapprise {{ date('Y') }}
Welcome to Bonista PF
Login
{{ Form::open(['url' => '#', 'name' => 'validateForm', 'id' => 'validateForm', 'enctype' => 'multipart/form-data', 'class' => 'pt-0']) }}
{!! RecaptchaV3::field('register') !!}
@if ($errors->has('g-recaptcha-response'))
{{ $errors->first('g-recaptcha-response') }}
@endif