@extends('admin.auth.layout') @section('section', d_trans('Admin')) @section('title', d_trans('Reset Password')) @section('content')

{{ d_trans('Reset Password') }}

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

@csrf

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

@endsection