@php function isRecaptchaEnabled() { $recaptchaEnabled = env('RECAPTCHA_ENABLED', 'true'); return $recaptchaEnabled === true || $recaptchaEnabled === 'true' || $recaptchaEnabled === '1' || $recaptchaEnabled === 1 || strtolower($recaptchaEnabled) === 'true'; } @endphp Admin Login - Lapor Mas Wapres

Login Admin

@if($errors->any())
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf
@if(isRecaptchaEnabled())
@endif
@if(isRecaptchaEnabled()) @endif