@csrf
{{--
--}}
Accounting
Lupa Password
@if ($errors->any()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif @if (session('error'))
{{session('error')}}
@endif
Password Baru
@error('password')
{{ $message }}
@enderror
Konfirmasi Password Baru
@error('confirmation')
{{ $message }}
@enderror
LOGIN
{{--
Don't have an account?
Register here
for free!
--}}