@extends('backend.layouts.auth') @section('title', __('Reset Password')) @section('content')

{{ __('Reset Password') }}

{{ __('Enter the email address associated with your account and we will send a link to reset your password.') }}

@csrf
{!! display_captcha() !!}

{{ __('Remember your password?') }} {{ __('Login') }}

@endsection