@extends('layouts.backend') @section('content')
{{__('messages.reset_password')}}
@if (session('status'))
{{ session('status') }}
@endif
{{ csrf_field() }}
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
{!! NoCaptcha::display(['data-theme' => 'dark']) !!} @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response')}} @endif
{!! NoCaptcha::renderJs('es') !!} @endsection