Google reCaptcha is awesome tool to prevent phishing.
Create a captcha v2 checkbox account on google. Visit this link https://www.google.com/recaptcha/admin

field_value != null) action="{{url('office/general_setting/captcha',$captcha )}}" method="POST" @else action="{{url('office/general_setting/captcha')}}" @endif method="POST" > @csrf @if (@$captcha->field_value != null) @method('PUT') @endif
field_value != null) action="{{url('office/general_setting/enableCaptcha',$enableCaptcha )}}" method="POST" @else action="{{url('office/general_setting/enableCaptcha')}}" method="POST" @endif id="formEnableCaptcha"> @csrf @if (@$enableCaptcha->field_value != null) @method('PUT') @endif

If you can see google captcha checkbox below this line without any error, that means its enable at the login page.

@if (@$enableCaptcha->field_value == 'yes')
@endif @section('scripts') @endsection