@extends('themes.basic.layouts.auth') @section('title', translate('Reset Password')) @section('content')

{{ translate('Reset Password') }}

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

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