@extends('auth.auth_layout') @section('content')

{{__('admin.Reset Password')}}

{{__('admin.We will send a link to reset your password')}}

@csrf
@if($google_recaptcha->status==1)
@endif
@endsection