@extends('layouts.public') @if(\App\Models\Setting::where('key', 'recaptcha_enabled')->value('value') == '1' && app()->environment('production')) @endif @section('content')
@if($errors->any())

Access Denied

{{ $errors->first() }}

@endif @if(session('status'))

{{ session('status') }}

@endif
@csrf
@if(\App\Models\Setting::where('key', 'recaptcha_enabled')->value('value') == '1' && \App\Models\Setting::where('key', 'recaptcha_site_key')->value('value') && app()->environment('production'))
@endif
Lost access?
@endsection