@extends('frontend.user.layouts.auth') @section('title', 'Register') @section('content')

{{ translate('Reset Your Password', 'auth') }}

{{ translate('Please enter your email address and new password.', 'auth') }}

@csrf
@endsection