@extends('admin.auth.index') @php preg_match('/(\d+)/', $errors->first('email'), $matches); $second = $matches[0] ?? 0; @endphp @section('content')
@endsection @push('js') @if (setting('google_recaptcha')) {!! app('captcha')->renderJs('id') !!} @endif @endpush