{{-- resources/views/auth/reset-password.blade.php --}} @extends('layouts.guest') @section('title', 'Reset Password — Presensi') @section('content')

Atur ulang password

Buat password baru untuk akun Anda.

@if ($errors->any())
@foreach ($errors->all() as $error) {{ $error }}@if (!$loop->last)
@endif @endforeach
@endif
@csrf
@endsection