@extends('layouts.auth-app') @section('title', 'Reset Password') @section('content')
@csrf
Mojere
{{ __('Set new password') }}

Your new password must be different from
previously used passwords

@if ($errors->any())
@endif
Must be at least 8 characters @error('password') {{ $message }} @enderror
@error('password_confirmation') {{ $message }} @enderror
@endsection