@extends('themes.basic.auth.layout') @section('no_index', true) @section('title', d_trans('Reset Password')) @section('content')

{{ d_trans('Reset Password') }}

{{ d_trans('You will receive an email with a link to reset your password') }}

@csrf
{{ d_trans('You remembered the password?') }} {{ d_trans('Sign In') }}
@endsection