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

{{ translate('Reset Password') }}

{{ translate('Enter a new password to continue.') }}

@csrf
@endsection