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

{{ __('Reset Password') }}

{{ __('Enter the email address and a new password to start using your account.') }}

@csrf
{!! display_captcha() !!}

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

@endsection