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

{{ admin_trans('Reset Password') }}

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

@csrf

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

@endsection